Shades of Iris Blue #0CB3DB
Tints of Iris Blue #0CB3DB
RGB
CMYK
RGB Variations
Color information
#0CB3DB (or 0x0CB3DB) is known color: Iris Blue. HEX triplet: 0C, B3 and DB. RGB value is (12,179,219). Sum of RGB (Red+Green+Blue) = 12+179+219=410 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CB3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB3DB is #F34C24. Grayscale: #858585. Windows color (decimal): -15944741 or 14398220. OLE color: 14398220.
HSL color Cylindrical-coordinate representation of color #0CB3DB: hue angle of 191.59º 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 #0CB3DB is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 179 | 219 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.14 |
| HSL | 191.59º | 0.9% | 0.45% | - |
| HSV(B) | 191.59º | 0.95% | 0.86% | - |
| XYZ | 29.06 | 37.43 | 72.71 | - |
| YUV | 133.63 | 176.17 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 219 | 0.95 | 0.18 | 0 | 0.14 | 191.59 | 0.9 | 0.45 |
| Hex | C | B3 | DB | 5F | 12 | 0 | E | C0 | 5A | 2D |
| Octal | 14 | 263 | 333 | 137 | 22 | 0 | 16 | 300 | 132 | 55 |
| Binary | 1100 | 10110011 | 11011011 | 1011111 | 10010 | 0 | 1110 | 11000000 | 1011010 | 101101 |
Color Harmonies of #0CB3DB
Complementary color
Monochromatic Colors of #0CB3DB
Black with #0CB3DB
Text Example
Text Example
White with #0CB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB3DB; }
p { color: rgb(12,179,219); }
H1.HeaderClassName
{
color: #0CB3DB;
}
.AnyTagClassName
{
color: #0CB3DB;
}
</style>
background-color css
<style>
a { background-color: #0CB3DB; }
a { background-color: rgb(12,179,219); }
div.DivClassName
{
background-color: #0CB3DB;
}
.BgClassName
{
background-color: #0CB3DB;
}
</style>
border-color css
<style>
span { border-color: #0CB3DB; }
span { border-color: rgb(12,179,219); }
td.TdClassName
{
border-color: #0CB3DB;
}
.TagClassName
{
border-color: #0CB3DB;
}
</style>