Shades of Iris Blue #09AFCD
Tints of Iris Blue #09AFCD
RGB
CMYK
RGB Variations
Color information
#09AFCD (or 0x09AFCD) is known color: Iris Blue. HEX triplet: 09, AF and CD. RGB value is (9,175,205). Sum of RGB (Red+Green+Blue) = 9+175+205=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #09AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFCD is #F65032. Grayscale: #808080. Windows color (decimal): -16142387 or 13479689. OLE color: 13479689.
HSL color Cylindrical-coordinate representation of color #09AFCD: hue angle of 189.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFCD is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 175 | 205 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.20 |
| HSL | 189.18º | 0.92% | 0.42% | - |
| HSV(B) | 189.18º | 0.96% | 0.8% | - |
| XYZ | 26.46 | 35.13 | 63.14 | - |
| YUV | 128.79 | 171 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 205 | 0.96 | 0.15 | 0 | 0.20 | 189.18 | 0.92 | 0.42 |
| Hex | 9 | AF | CD | 60 | F | 0 | 14 | BD | 5C | 2A |
| Octal | 11 | 257 | 315 | 140 | 17 | 0 | 24 | 275 | 134 | 52 |
| Binary | 1001 | 10101111 | 11001101 | 1100000 | 1111 | 0 | 10100 | 10111101 | 1011100 | 101010 |
Color Harmonies of #09AFCD
Complementary color
Monochromatic Colors of #09AFCD
Black with #09AFCD
Text Example
Text Example
White with #09AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFCD; }
p { color: rgb(9,175,205); }
H1.HeaderClassName
{
color: #09AFCD;
}
.AnyTagClassName
{
color: #09AFCD;
}
</style>
background-color css
<style>
a { background-color: #09AFCD; }
a { background-color: rgb(9,175,205); }
div.DivClassName
{
background-color: #09AFCD;
}
.BgClassName
{
background-color: #09AFCD;
}
</style>
border-color css
<style>
span { border-color: #09AFCD; }
span { border-color: rgb(9,175,205); }
td.TdClassName
{
border-color: #09AFCD;
}
.TagClassName
{
border-color: #09AFCD;
}
</style>