#1FADC9

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

Shades of Iris Blue #1FADC9

Tints of Iris Blue #1FADC9

Color information

#1FADC9 (or 0x1FADC9) is unknown color: approx Iris Blue. HEX triplet: 1F, AD and C9. RGB value is (31,173,201). Sum of RGB (Red+Green+Blue) = 31+173+201=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #1FADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADC9 is #E05236. Grayscale: #858585. Windows color (decimal): -14701111 or 13217055. OLE color: 13217055.

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

Color convert

RGB31173201-
CMYK0.850.1400.21
HSL189.88º73.28%45.49%-
HSV(B)189.88º84.58%78.82%-
XYZ26.0534.460.52-
YUV133.73165.9654.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.65%
GREEN value IS 173 (67.97% from 255) = 42.72%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=7.65%
G=42.72%
B=49.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal311732010.850.1400.21189.8873.2845.49
Hex1FADC955E015be492d
Octal372553111251602527611155
Binary11111101011011100100110101011110010101101111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,173,201); }

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

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

 a { background-color: rgb(31,173,201); }

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

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

 span { border-color: rgb(31,173,201); }

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