Shades of Iris Blue #09ACC9
Tints of Iris Blue #09ACC9
RGB
CMYK
RGB Variations
Color information
#09ACC9 (or 0x09ACC9) is known color: Iris Blue. HEX triplet: 09, AC and C9. RGB value is (9,172,201). Sum of RGB (Red+Green+Blue) = 9+172+201=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #09ACC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACC9 is #F65336. Grayscale: #7E7E7E. Windows color (decimal): -16143159 or 13216777. OLE color: 13216777.
HSL color Cylindrical-coordinate representation of color #09ACC9: hue angle of 189.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ACC9 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 172 | 201 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.21 |
| HSL | 189.06º | 0.91% | 0.41% | - |
| HSV(B) | 189.06º | 0.96% | 0.79% | - |
| XYZ | 25.41 | 33.78 | 60.44 | - |
| YUV | 126.57 | 170 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 201 | 0.96 | 0.14 | 0 | 0.21 | 189.06 | 0.91 | 0.41 |
| Hex | 9 | AC | C9 | 60 | E | 0 | 15 | BD | 5B | 29 |
| Octal | 11 | 254 | 311 | 140 | 16 | 0 | 25 | 275 | 133 | 51 |
| Binary | 1001 | 10101100 | 11001001 | 1100000 | 1110 | 0 | 10101 | 10111101 | 1011011 | 101001 |
Color Harmonies of #09ACC9
Complementary color
Monochromatic Colors of #09ACC9
Black with #09ACC9
Text Example
Text Example
White with #09ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ACC9; }
p { color: rgb(9,172,201); }
H1.HeaderClassName
{
color: #09ACC9;
}
.AnyTagClassName
{
color: #09ACC9;
}
</style>
background-color css
<style>
a { background-color: #09ACC9; }
a { background-color: rgb(9,172,201); }
div.DivClassName
{
background-color: #09ACC9;
}
.BgClassName
{
background-color: #09ACC9;
}
</style>
border-color css
<style>
span { border-color: #09ACC9; }
span { border-color: rgb(9,172,201); }
td.TdClassName
{
border-color: #09ACC9;
}
.TagClassName
{
border-color: #09ACC9;
}
</style>