#1FB7CA

Color #1FB7CA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1FB7CA

Tints of Iris Blue #1FB7CA

Color information

#1FB7CA (or 0x1FB7CA) is unknown color: approx Iris Blue. HEX triplet: 1F, B7 and CA. RGB value is (31,183,202). Sum of RGB (Red+Green+Blue) = 31+183+202=416 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.45% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FB7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB7CA is #E04835. Grayscale: #8B8B8B. Windows color (decimal): -14698550 or 13285151. OLE color: 13285151.

HSL color Cylindrical-coordinate representation of color #1FB7CA: hue angle of 186.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FB7CA is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB31183202-
CMYK0.850.0900.21
HSL186.67º73.39%45.69%-
HSV(B)186.67º84.65%79.22%-
XYZ28.1638.4261.81-
YUV139.72163.1450.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 7.45%
GREEN value IS 183 (71.88% from 255) = 43.99%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=7.45%
G=43.99%
B=48.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal311832020.850.0900.21186.6773.3945.69
Hex1FB7CA559015bb492e
Octal372673121251102527311156
Binary11111101101111100101010101011001010101101110111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FB7CA; }

 p { color: rgb(31,183,202); }

 H1.HeaderClassName
 {
   color: #1FB7CA;
 }
 .AnyTagClassName
 {
   color: #1FB7CA;
 }
</style>
background-color css

<style>
 a { background-color: #1FB7CA; }

 a { background-color: rgb(31,183,202); }

 div.DivClassName
 {
   background-color: #1FB7CA;
 }
 .BgClassName
 {
   background-color: #1FB7CA;
 }
</style>
border-color css

<style>
 span { border-color: #1FB7CA; }

 span { border-color: rgb(31,183,202); }

 td.TdClassName
 {
   border-color: #1FB7CA;
 }
 .TagClassName
 {
   border-color: #1FB7CA;
 }
</style>