Shades of Iris Blue #0CB2D8
Tints of Iris Blue #0CB2D8
RGB
CMYK
RGB Variations
Color information
#0CB2D8 (or 0x0CB2D8) is known color: Iris Blue. HEX triplet: 0C, B2 and D8. RGB value is (12,178,216). Sum of RGB (Red+Green+Blue) = 12+178+216=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #0CB2D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2D8 is #F34D27. Grayscale: #848484. Windows color (decimal): -15945000 or 14201356. OLE color: 14201356.
HSL color Cylindrical-coordinate representation of color #0CB2D8: hue angle of 191.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB2D8 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 178 | 216 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.15 |
| HSL | 191.18º | 0.89% | 0.45% | - |
| HSV(B) | 191.18º | 0.94% | 0.85% | - |
| XYZ | 28.47 | 36.88 | 70.58 | - |
| YUV | 132.7 | 175 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 178 | 216 | 0.94 | 0.18 | 0 | 0.15 | 191.18 | 0.89 | 0.45 |
| Hex | C | B2 | D8 | 5E | 12 | 0 | F | BF | 59 | 2D |
| Octal | 14 | 262 | 330 | 136 | 22 | 0 | 17 | 277 | 131 | 55 |
| Binary | 1100 | 10110010 | 11011000 | 1011110 | 10010 | 0 | 1111 | 10111111 | 1011001 | 101101 |
Color Harmonies of #0CB2D8
Complementary color
Monochromatic Colors of #0CB2D8
Black with #0CB2D8
Text Example
Text Example
White with #0CB2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB2D8; }
p { color: rgb(12,178,216); }
H1.HeaderClassName
{
color: #0CB2D8;
}
.AnyTagClassName
{
color: #0CB2D8;
}
</style>
background-color css
<style>
a { background-color: #0CB2D8; }
a { background-color: rgb(12,178,216); }
div.DivClassName
{
background-color: #0CB2D8;
}
.BgClassName
{
background-color: #0CB2D8;
}
</style>
border-color css
<style>
span { border-color: #0CB2D8; }
span { border-color: rgb(12,178,216); }
td.TdClassName
{
border-color: #0CB2D8;
}
.TagClassName
{
border-color: #0CB2D8;
}
</style>