Shades of Iris Blue #0CBCDD
Tints of Iris Blue #0CBCDD
RGB
CMYK
RGB Variations
Color information
#0CBCDD (or 0x0CBCDD) is known color: Iris Blue. HEX triplet: 0C, BC and DD. RGB value is (12,188,221). Sum of RGB (Red+Green+Blue) = 12+188+221=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CBCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCDD is #F34322. Grayscale: #8A8A8A. Windows color (decimal): -15942435 or 14531596. OLE color: 14531596.
HSL color Cylindrical-coordinate representation of color #0CBCDD: hue angle of 189.47º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBCDD is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 188 | 221 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.13 |
| HSL | 189.47º | 0.9% | 0.46% | - |
| HSV(B) | 189.47º | 0.95% | 0.87% | - |
| XYZ | 31.19 | 41.27 | 74.73 | - |
| YUV | 139.14 | 174.19 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 221 | 0.95 | 0.15 | 0 | 0.13 | 189.47 | 0.9 | 0.46 |
| Hex | C | BC | DD | 5F | F | 0 | D | BD | 5A | 2E |
| Octal | 14 | 274 | 335 | 137 | 17 | 0 | 15 | 275 | 132 | 56 |
| Binary | 1100 | 10111100 | 11011101 | 1011111 | 1111 | 0 | 1101 | 10111101 | 1011010 | 101110 |
Color Harmonies of #0CBCDD
Complementary color
Monochromatic Colors of #0CBCDD
Black with #0CBCDD
Text Example
Text Example
White with #0CBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCDD; }
p { color: rgb(12,188,221); }
H1.HeaderClassName
{
color: #0CBCDD;
}
.AnyTagClassName
{
color: #0CBCDD;
}
</style>
background-color css
<style>
a { background-color: #0CBCDD; }
a { background-color: rgb(12,188,221); }
div.DivClassName
{
background-color: #0CBCDD;
}
.BgClassName
{
background-color: #0CBCDD;
}
</style>
border-color css
<style>
span { border-color: #0CBCDD; }
span { border-color: rgb(12,188,221); }
td.TdClassName
{
border-color: #0CBCDD;
}
.TagClassName
{
border-color: #0CBCDD;
}
</style>