Shades of Iris Blue #0CB8DB
Tints of Iris Blue #0CB8DB
RGB
CMYK
RGB Variations
Color information
#0CB8DB (or 0x0CB8DB) is known color: Iris Blue. HEX triplet: 0C, B8 and DB. RGB value is (12,184,219). Sum of RGB (Red+Green+Blue) = 12+184+219=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CB8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8DB is #F34724. Grayscale: #888888. Windows color (decimal): -15943461 or 14399500. OLE color: 14399500.
HSL color Cylindrical-coordinate representation of color #0CB8DB: hue angle of 190.14º 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 #0CB8DB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 184 | 219 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.14 |
| HSL | 190.14º | 0.9% | 0.45% | - |
| HSV(B) | 190.14º | 0.95% | 0.86% | - |
| XYZ | 30.08 | 39.47 | 73.05 | - |
| YUV | 136.56 | 174.52 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 219 | 0.95 | 0.16 | 0 | 0.14 | 190.14 | 0.9 | 0.45 |
| Hex | C | B8 | DB | 5F | 10 | 0 | E | BE | 5A | 2D |
| Octal | 14 | 270 | 333 | 137 | 20 | 0 | 16 | 276 | 132 | 55 |
| Binary | 1100 | 10111000 | 11011011 | 1011111 | 10000 | 0 | 1110 | 10111110 | 1011010 | 101101 |
Color Harmonies of #0CB8DB
Complementary color
Monochromatic Colors of #0CB8DB
Black with #0CB8DB
Text Example
Text Example
White with #0CB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8DB; }
p { color: rgb(12,184,219); }
H1.HeaderClassName
{
color: #0CB8DB;
}
.AnyTagClassName
{
color: #0CB8DB;
}
</style>
background-color css
<style>
a { background-color: #0CB8DB; }
a { background-color: rgb(12,184,219); }
div.DivClassName
{
background-color: #0CB8DB;
}
.BgClassName
{
background-color: #0CB8DB;
}
</style>
border-color css
<style>
span { border-color: #0CB8DB; }
span { border-color: rgb(12,184,219); }
td.TdClassName
{
border-color: #0CB8DB;
}
.TagClassName
{
border-color: #0CB8DB;
}
</style>