Shades of Iris Blue #0CBBDB
Tints of Iris Blue #0CBBDB
RGB
CMYK
RGB Variations
Color information
#0CBBDB (or 0x0CBBDB) is known color: Iris Blue. HEX triplet: 0C, BB and DB. RGB value is (12,187,219). Sum of RGB (Red+Green+Blue) = 12+187+219=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CBBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBDB is #F34424. Grayscale: #8A8A8A. Windows color (decimal): -15942693 or 14400268. OLE color: 14400268.
HSL color Cylindrical-coordinate representation of color #0CBBDB: hue angle of 189.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBDB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 187 | 219 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.28º | 0.9% | 0.45% | - |
| HSV(B) | 189.28º | 0.95% | 0.86% | - |
| XYZ | 30.71 | 40.73 | 73.26 | - |
| YUV | 138.32 | 173.52 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 219 | 0.95 | 0.15 | 0 | 0.14 | 189.28 | 0.9 | 0.45 |
| Hex | C | BB | DB | 5F | F | 0 | E | BD | 5A | 2D |
| Octal | 14 | 273 | 333 | 137 | 17 | 0 | 16 | 275 | 132 | 55 |
| Binary | 1100 | 10111011 | 11011011 | 1011111 | 1111 | 0 | 1110 | 10111101 | 1011010 | 101101 |
Color Harmonies of #0CBBDB
Complementary color
Monochromatic Colors of #0CBBDB
Black with #0CBBDB
Text Example
Text Example
White with #0CBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBDB; }
p { color: rgb(12,187,219); }
H1.HeaderClassName
{
color: #0CBBDB;
}
.AnyTagClassName
{
color: #0CBBDB;
}
</style>
background-color css
<style>
a { background-color: #0CBBDB; }
a { background-color: rgb(12,187,219); }
div.DivClassName
{
background-color: #0CBBDB;
}
.BgClassName
{
background-color: #0CBBDB;
}
</style>
border-color css
<style>
span { border-color: #0CBBDB; }
span { border-color: rgb(12,187,219); }
td.TdClassName
{
border-color: #0CBBDB;
}
.TagClassName
{
border-color: #0CBBDB;
}
</style>