Shades of Iris Blue #09B3CB
Tints of Iris Blue #09B3CB
RGB
CMYK
RGB Variations
Color information
#09B3CB (or 0x09B3CB) is known color: Iris Blue. HEX triplet: 09, B3 and CB. RGB value is (9,179,203). Sum of RGB (Red+Green+Blue) = 9+179+203=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B3CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B3CB is #F64C34. Grayscale: #828282. Windows color (decimal): -16141365 or 13349641. OLE color: 13349641.
HSL color Cylindrical-coordinate representation of color #09B3CB: hue angle of 187.42º 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 #09B3CB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 179 | 203 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.20 |
| HSL | 187.42º | 0.92% | 0.42% | - |
| HSV(B) | 187.42º | 0.96% | 0.8% | - |
| XYZ | 27.01 | 36.61 | 62.14 | - |
| YUV | 130.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 203 | 0.96 | 0.12 | 0 | 0.20 | 187.42 | 0.92 | 0.42 |
| Hex | 9 | B3 | CB | 60 | C | 0 | 14 | BB | 5C | 2A |
| Octal | 11 | 263 | 313 | 140 | 14 | 0 | 24 | 273 | 134 | 52 |
| Binary | 1001 | 10110011 | 11001011 | 1100000 | 1100 | 0 | 10100 | 10111011 | 1011100 | 101010 |
Color Harmonies of #09B3CB
Complementary color
Monochromatic Colors of #09B3CB
Black with #09B3CB
Text Example
Text Example
White with #09B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B3CB; }
p { color: rgb(9,179,203); }
H1.HeaderClassName
{
color: #09B3CB;
}
.AnyTagClassName
{
color: #09B3CB;
}
</style>
background-color css
<style>
a { background-color: #09B3CB; }
a { background-color: rgb(9,179,203); }
div.DivClassName
{
background-color: #09B3CB;
}
.BgClassName
{
background-color: #09B3CB;
}
</style>
border-color css
<style>
span { border-color: #09B3CB; }
span { border-color: rgb(9,179,203); }
td.TdClassName
{
border-color: #09B3CB;
}
.TagClassName
{
border-color: #09B3CB;
}
</style>