Shades of Iris Blue #0CB2DB
Tints of Iris Blue #0CB2DB
RGB
CMYK
RGB Variations
Color information
#0CB2DB (or 0x0CB2DB) is known color: Iris Blue. HEX triplet: 0C, B2 and DB. RGB value is (12,178,219). Sum of RGB (Red+Green+Blue) = 12+178+219=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CB2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2DB is #F34D24. Grayscale: #848484. Windows color (decimal): -15944997 or 14397964. OLE color: 14397964.
HSL color Cylindrical-coordinate representation of color #0CB2DB: hue angle of 191.88º 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 #0CB2DB is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 178 | 219 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.14 |
| HSL | 191.88º | 0.9% | 0.45% | - |
| HSV(B) | 191.88º | 0.95% | 0.86% | - |
| XYZ | 28.86 | 37.03 | 72.65 | - |
| YUV | 133.04 | 176.5 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 178 | 219 | 0.95 | 0.19 | 0 | 0.14 | 191.88 | 0.9 | 0.45 |
| Hex | C | B2 | DB | 5F | 13 | 0 | E | C0 | 5A | 2D |
| Octal | 14 | 262 | 333 | 137 | 23 | 0 | 16 | 300 | 132 | 55 |
| Binary | 1100 | 10110010 | 11011011 | 1011111 | 10011 | 0 | 1110 | 11000000 | 1011010 | 101101 |
Color Harmonies of #0CB2DB
Complementary color
Monochromatic Colors of #0CB2DB
Black with #0CB2DB
Text Example
Text Example
White with #0CB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB2DB; }
p { color: rgb(12,178,219); }
H1.HeaderClassName
{
color: #0CB2DB;
}
.AnyTagClassName
{
color: #0CB2DB;
}
</style>
background-color css
<style>
a { background-color: #0CB2DB; }
a { background-color: rgb(12,178,219); }
div.DivClassName
{
background-color: #0CB2DB;
}
.BgClassName
{
background-color: #0CB2DB;
}
</style>
border-color css
<style>
span { border-color: #0CB2DB; }
span { border-color: rgb(12,178,219); }
td.TdClassName
{
border-color: #0CB2DB;
}
.TagClassName
{
border-color: #0CB2DB;
}
</style>