Shades of Iris Blue #0CB2DA
Tints of Iris Blue #0CB2DA
RGB
CMYK
RGB Variations
Color information
#0CB2DA (or 0x0CB2DA) is known color: Iris Blue. HEX triplet: 0C, B2 and DA. RGB value is (12,178,218). Sum of RGB (Red+Green+Blue) = 12+178+218=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CB2DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2DA is #F34D25. Grayscale: #848484. Windows color (decimal): -15944998 or 14332428. OLE color: 14332428.
HSL color Cylindrical-coordinate representation of color #0CB2DA: hue angle of 191.65º degrees, saturation: 0.9, 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 #0CB2DA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 178 | 218 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.15 |
| HSL | 191.65º | 0.9% | 0.45% | - |
| HSV(B) | 191.65º | 0.94% | 0.85% | - |
| XYZ | 28.73 | 36.98 | 71.95 | - |
| YUV | 132.93 | 176 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 178 | 218 | 0.94 | 0.18 | 0 | 0.15 | 191.65 | 0.9 | 0.45 |
| Hex | C | B2 | DA | 5E | 12 | 0 | F | C0 | 5A | 2D |
| Octal | 14 | 262 | 332 | 136 | 22 | 0 | 17 | 300 | 132 | 55 |
| Binary | 1100 | 10110010 | 11011010 | 1011110 | 10010 | 0 | 1111 | 11000000 | 1011010 | 101101 |
Color Harmonies of #0CB2DA
Complementary color
Monochromatic Colors of #0CB2DA
Black with #0CB2DA
Text Example
Text Example
White with #0CB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB2DA; }
p { color: rgb(12,178,218); }
H1.HeaderClassName
{
color: #0CB2DA;
}
.AnyTagClassName
{
color: #0CB2DA;
}
</style>
background-color css
<style>
a { background-color: #0CB2DA; }
a { background-color: rgb(12,178,218); }
div.DivClassName
{
background-color: #0CB2DA;
}
.BgClassName
{
background-color: #0CB2DA;
}
</style>
border-color css
<style>
span { border-color: #0CB2DA; }
span { border-color: rgb(12,178,218); }
td.TdClassName
{
border-color: #0CB2DA;
}
.TagClassName
{
border-color: #0CB2DA;
}
</style>