Shades of Iris Blue #09AFDA
Tints of Iris Blue #09AFDA
RGB
CMYK
RGB Variations
Color information
#09AFDA (or 0x09AFDA) is known color: Iris Blue. HEX triplet: 09, AF and DA. RGB value is (9,175,218). Sum of RGB (Red+Green+Blue) = 9+175+218=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #09AFDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFDA is #F65025. Grayscale: #818181. Windows color (decimal): -16142374 or 14331657. OLE color: 14331657.
HSL color Cylindrical-coordinate representation of color #09AFDA: hue angle of 192.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFDA is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 175 | 218 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.15 |
| HSL | 192.34º | 0.92% | 0.45% | - |
| HSV(B) | 192.34º | 0.96% | 0.85% | - |
| XYZ | 28.1 | 35.78 | 71.76 | - |
| YUV | 130.27 | 177.5 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 218 | 0.96 | 0.20 | 0 | 0.15 | 192.34 | 0.92 | 0.45 |
| Hex | 9 | AF | DA | 60 | 14 | 0 | F | C0 | 5C | 2D |
| Octal | 11 | 257 | 332 | 140 | 24 | 0 | 17 | 300 | 134 | 55 |
| Binary | 1001 | 10101111 | 11011010 | 1100000 | 10100 | 0 | 1111 | 11000000 | 1011100 | 101101 |
Color Harmonies of #09AFDA
Complementary color
Monochromatic Colors of #09AFDA
Black with #09AFDA
Text Example
Text Example
White with #09AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFDA; }
p { color: rgb(9,175,218); }
H1.HeaderClassName
{
color: #09AFDA;
}
.AnyTagClassName
{
color: #09AFDA;
}
</style>
background-color css
<style>
a { background-color: #09AFDA; }
a { background-color: rgb(9,175,218); }
div.DivClassName
{
background-color: #09AFDA;
}
.BgClassName
{
background-color: #09AFDA;
}
</style>
border-color css
<style>
span { border-color: #09AFDA; }
span { border-color: rgb(9,175,218); }
td.TdClassName
{
border-color: #09AFDA;
}
.TagClassName
{
border-color: #09AFDA;
}
</style>