Shades of Iris Blue #09B5CB
Tints of Iris Blue #09B5CB
RGB
CMYK
RGB Variations
Color information
#09B5CB (or 0x09B5CB) is known color: Iris Blue. HEX triplet: 09, B5 and CB. RGB value is (9,181,203). Sum of RGB (Red+Green+Blue) = 9+181+203=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5CB is #F64A34. Grayscale: #838383. Windows color (decimal): -16140853 or 13350153. OLE color: 13350153.
HSL color Cylindrical-coordinate representation of color #09B5CB: hue angle of 186.8º 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 #09B5CB is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 181 | 203 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.20 |
| HSL | 186.8º | 0.92% | 0.42% | - |
| HSV(B) | 186.8º | 0.96% | 0.8% | - |
| XYZ | 27.42 | 37.42 | 62.28 | - |
| YUV | 132.08 | 168.02 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 203 | 0.96 | 0.11 | 0 | 0.20 | 186.8 | 0.92 | 0.42 |
| Hex | 9 | B5 | CB | 60 | B | 0 | 14 | BB | 5C | 2A |
| Octal | 11 | 265 | 313 | 140 | 13 | 0 | 24 | 273 | 134 | 52 |
| Binary | 1001 | 10110101 | 11001011 | 1100000 | 1011 | 0 | 10100 | 10111011 | 1011100 | 101010 |
Color Harmonies of #09B5CB
Complementary color
Monochromatic Colors of #09B5CB
Black with #09B5CB
Text Example
Text Example
White with #09B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B5CB; }
p { color: rgb(9,181,203); }
H1.HeaderClassName
{
color: #09B5CB;
}
.AnyTagClassName
{
color: #09B5CB;
}
</style>
background-color css
<style>
a { background-color: #09B5CB; }
a { background-color: rgb(9,181,203); }
div.DivClassName
{
background-color: #09B5CB;
}
.BgClassName
{
background-color: #09B5CB;
}
</style>
border-color css
<style>
span { border-color: #09B5CB; }
span { border-color: rgb(9,181,203); }
td.TdClassName
{
border-color: #09B5CB;
}
.TagClassName
{
border-color: #09B5CB;
}
</style>