Shades of Iris Blue #09B9CC
Tints of Iris Blue #09B9CC
RGB
CMYK
RGB Variations
Color information
#09B9CC (or 0x09B9CC) is known color: Iris Blue. HEX triplet: 09, B9 and CC. RGB value is (9,185,204). Sum of RGB (Red+Green+Blue) = 9+185+204=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #09B9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B9CC is #F64633. Grayscale: #868686. Windows color (decimal): -16139828 or 13416713. OLE color: 13416713.
HSL color Cylindrical-coordinate representation of color #09B9CC: hue angle of 185.85º 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 #09B9CC is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 185 | 204 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.2 |
| HSL | 185.85º | 0.92% | 0.42% | - |
| HSV(B) | 185.85º | 0.96% | 0.8% | - |
| XYZ | 28.36 | 39.12 | 63.18 | - |
| YUV | 134.54 | 167.19 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 204 | 0.96 | 0.09 | 0 | 0.2 | 185.85 | 0.92 | 0.42 |
| Hex | 9 | B9 | CC | 60 | 9 | 0 | 14 | BA | 5C | 2A |
| Octal | 11 | 271 | 314 | 140 | 11 | 0 | 24 | 272 | 134 | 52 |
| Binary | 1001 | 10111001 | 11001100 | 1100000 | 1001 | 0 | 10100 | 10111010 | 1011100 | 101010 |
Color Harmonies of #09B9CC
Complementary color
Monochromatic Colors of #09B9CC
Black with #09B9CC
Text Example
Text Example
White with #09B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B9CC; }
p { color: rgb(9,185,204); }
H1.HeaderClassName
{
color: #09B9CC;
}
.AnyTagClassName
{
color: #09B9CC;
}
</style>
background-color css
<style>
a { background-color: #09B9CC; }
a { background-color: rgb(9,185,204); }
div.DivClassName
{
background-color: #09B9CC;
}
.BgClassName
{
background-color: #09B9CC;
}
</style>
border-color css
<style>
span { border-color: #09B9CC; }
span { border-color: rgb(9,185,204); }
td.TdClassName
{
border-color: #09B9CC;
}
.TagClassName
{
border-color: #09B9CC;
}
</style>