Shades of Iris Blue #09ACC8
Tints of Iris Blue #09ACC8
RGB
CMYK
RGB Variations
Color information
#09ACC8 (or 0x09ACC8) is known color: Iris Blue. HEX triplet: 09, AC and C8. RGB value is (9,172,200). Sum of RGB (Red+Green+Blue) = 9+172+200=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #09ACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACC8 is #F65337. Grayscale: #7E7E7E. Windows color (decimal): -16143160 or 13151241. OLE color: 13151241.
HSL color Cylindrical-coordinate representation of color #09ACC8: hue angle of 188.8º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ACC8 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 172 | 200 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.22 |
| HSL | 188.8º | 0.91% | 0.41% | - |
| HSV(B) | 188.8º | 0.96% | 0.78% | - |
| XYZ | 25.29 | 33.73 | 59.82 | - |
| YUV | 126.46 | 169.5 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 200 | 0.96 | 0.14 | 0 | 0.22 | 188.8 | 0.91 | 0.41 |
| Hex | 9 | AC | C8 | 60 | E | 0 | 16 | BD | 5B | 29 |
| Octal | 11 | 254 | 310 | 140 | 16 | 0 | 26 | 275 | 133 | 51 |
| Binary | 1001 | 10101100 | 11001000 | 1100000 | 1110 | 0 | 10110 | 10111101 | 1011011 | 101001 |
Color Harmonies of #09ACC8
Complementary color
Monochromatic Colors of #09ACC8
Black with #09ACC8
Text Example
Text Example
White with #09ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ACC8; }
p { color: rgb(9,172,200); }
H1.HeaderClassName
{
color: #09ACC8;
}
.AnyTagClassName
{
color: #09ACC8;
}
</style>
background-color css
<style>
a { background-color: #09ACC8; }
a { background-color: rgb(9,172,200); }
div.DivClassName
{
background-color: #09ACC8;
}
.BgClassName
{
background-color: #09ACC8;
}
</style>
border-color css
<style>
span { border-color: #09ACC8; }
span { border-color: rgb(9,172,200); }
td.TdClassName
{
border-color: #09ACC8;
}
.TagClassName
{
border-color: #09ACC8;
}
</style>