Shades of Iris Blue #0CB6DD
Tints of Iris Blue #0CB6DD
RGB
CMYK
RGB Variations
Color information
#0CB6DD (or 0x0CB6DD) is known color: Iris Blue. HEX triplet: 0C, B6 and DD. RGB value is (12,182,221). Sum of RGB (Red+Green+Blue) = 12+182+221=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CB6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6DD is #F34922. Grayscale: #878787. Windows color (decimal): -15943971 or 14530060. OLE color: 14530060.
HSL color Cylindrical-coordinate representation of color #0CB6DD: hue angle of 191.2º 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 #0CB6DD is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 182 | 221 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.13 |
| HSL | 191.2º | 0.9% | 0.46% | - |
| HSV(B) | 191.2º | 0.95% | 0.87% | - |
| XYZ | 29.93 | 38.75 | 74.31 | - |
| YUV | 135.62 | 176.18 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 221 | 0.95 | 0.18 | 0 | 0.13 | 191.2 | 0.9 | 0.46 |
| Hex | C | B6 | DD | 5F | 12 | 0 | D | BF | 5A | 2E |
| Octal | 14 | 266 | 335 | 137 | 22 | 0 | 15 | 277 | 132 | 56 |
| Binary | 1100 | 10110110 | 11011101 | 1011111 | 10010 | 0 | 1101 | 10111111 | 1011010 | 101110 |
Color Harmonies of #0CB6DD
Complementary color
Monochromatic Colors of #0CB6DD
Black with #0CB6DD
Text Example
Text Example
White with #0CB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB6DD; }
p { color: rgb(12,182,221); }
H1.HeaderClassName
{
color: #0CB6DD;
}
.AnyTagClassName
{
color: #0CB6DD;
}
</style>
background-color css
<style>
a { background-color: #0CB6DD; }
a { background-color: rgb(12,182,221); }
div.DivClassName
{
background-color: #0CB6DD;
}
.BgClassName
{
background-color: #0CB6DD;
}
</style>
border-color css
<style>
span { border-color: #0CB6DD; }
span { border-color: rgb(12,182,221); }
td.TdClassName
{
border-color: #0CB6DD;
}
.TagClassName
{
border-color: #0CB6DD;
}
</style>