Shades of Iris Blue #0CBBDC
Tints of Iris Blue #0CBBDC
RGB
CMYK
RGB Variations
Color information
#0CBBDC (or 0x0CBBDC) is known color: Iris Blue. HEX triplet: 0C, BB and DC. RGB value is (12,187,220). Sum of RGB (Red+Green+Blue) = 12+187+220=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CBBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBDC is #F34423. Grayscale: #8A8A8A. Windows color (decimal): -15942692 or 14465804. OLE color: 14465804.
HSL color Cylindrical-coordinate representation of color #0CBBDC: hue angle of 189.52º 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 #0CBBDC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 187 | 220 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.52º | 0.9% | 0.45% | - |
| HSV(B) | 189.52º | 0.95% | 0.86% | - |
| XYZ | 30.84 | 40.79 | 73.96 | - |
| YUV | 138.44 | 174.02 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 220 | 0.95 | 0.15 | 0 | 0.14 | 189.52 | 0.9 | 0.45 |
| Hex | C | BB | DC | 5F | F | 0 | E | BE | 5A | 2D |
| Octal | 14 | 273 | 334 | 137 | 17 | 0 | 16 | 276 | 132 | 55 |
| Binary | 1100 | 10111011 | 11011100 | 1011111 | 1111 | 0 | 1110 | 10111110 | 1011010 | 101101 |
Color Harmonies of #0CBBDC
Complementary color
Monochromatic Colors of #0CBBDC
Black with #0CBBDC
Text Example
Text Example
White with #0CBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBDC; }
p { color: rgb(12,187,220); }
H1.HeaderClassName
{
color: #0CBBDC;
}
.AnyTagClassName
{
color: #0CBBDC;
}
</style>
background-color css
<style>
a { background-color: #0CBBDC; }
a { background-color: rgb(12,187,220); }
div.DivClassName
{
background-color: #0CBBDC;
}
.BgClassName
{
background-color: #0CBBDC;
}
</style>
border-color css
<style>
span { border-color: #0CBBDC; }
span { border-color: rgb(12,187,220); }
td.TdClassName
{
border-color: #0CBBDC;
}
.TagClassName
{
border-color: #0CBBDC;
}
</style>