Shades of Iris Blue #09A8CB
Tints of Iris Blue #09A8CB
RGB
CMYK
RGB Variations
Color information
#09A8CB (or 0x09A8CB) is known color: Iris Blue. HEX triplet: 09, A8 and CB. RGB value is (9,168,203). Sum of RGB (Red+Green+Blue) = 9+168+203=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #09A8CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8CB is #F65734. Grayscale: #7C7C7C. Windows color (decimal): -16144181 or 13346825. OLE color: 13346825.
HSL color Cylindrical-coordinate representation of color #09A8CB: hue angle of 190.82º 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 #09A8CB is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 168 | 203 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.20 |
| HSL | 190.82º | 0.92% | 0.42% | - |
| HSV(B) | 190.82º | 0.96% | 0.8% | - |
| XYZ | 24.89 | 32.38 | 61.44 | - |
| YUV | 124.45 | 172.32 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 203 | 0.96 | 0.17 | 0 | 0.20 | 190.82 | 0.92 | 0.42 |
| Hex | 9 | A8 | CB | 60 | 11 | 0 | 14 | BF | 5C | 2A |
| Octal | 11 | 250 | 313 | 140 | 21 | 0 | 24 | 277 | 134 | 52 |
| Binary | 1001 | 10101000 | 11001011 | 1100000 | 10001 | 0 | 10100 | 10111111 | 1011100 | 101010 |
Color Harmonies of #09A8CB
Complementary color
Monochromatic Colors of #09A8CB
Black with #09A8CB
Text Example
Text Example
White with #09A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8CB; }
p { color: rgb(9,168,203); }
H1.HeaderClassName
{
color: #09A8CB;
}
.AnyTagClassName
{
color: #09A8CB;
}
</style>
background-color css
<style>
a { background-color: #09A8CB; }
a { background-color: rgb(9,168,203); }
div.DivClassName
{
background-color: #09A8CB;
}
.BgClassName
{
background-color: #09A8CB;
}
</style>
border-color css
<style>
span { border-color: #09A8CB; }
span { border-color: rgb(9,168,203); }
td.TdClassName
{
border-color: #09A8CB;
}
.TagClassName
{
border-color: #09A8CB;
}
</style>