Shades of Iris Blue #0CB6CE
Tints of Iris Blue #0CB6CE
RGB
CMYK
RGB Variations
Color information
#0CB6CE (or 0x0CB6CE) is known color: Iris Blue. HEX triplet: 0C, B6 and CE. RGB value is (12,182,206). Sum of RGB (Red+Green+Blue) = 12+182+206=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CB6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6CE is #F34931. Grayscale: #858585. Windows color (decimal): -15943986 or 13547020. OLE color: 13547020.
HSL color Cylindrical-coordinate representation of color #0CB6CE: hue angle of 187.42º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB6CE is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 182 | 206 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.19 |
| HSL | 187.42º | 0.89% | 0.43% | - |
| HSV(B) | 187.42º | 0.94% | 0.81% | - |
| XYZ | 28.02 | 37.99 | 64.25 | - |
| YUV | 133.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 206 | 0.94 | 0.12 | 0 | 0.19 | 187.42 | 0.89 | 0.43 |
| Hex | C | B6 | CE | 5E | C | 0 | 13 | BB | 59 | 2B |
| Octal | 14 | 266 | 316 | 136 | 14 | 0 | 23 | 273 | 131 | 53 |
| Binary | 1100 | 10110110 | 11001110 | 1011110 | 1100 | 0 | 10011 | 10111011 | 1011001 | 101011 |
Color Harmonies of #0CB6CE
Complementary color
Monochromatic Colors of #0CB6CE
Black with #0CB6CE
Text Example
Text Example
White with #0CB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB6CE; }
p { color: rgb(12,182,206); }
H1.HeaderClassName
{
color: #0CB6CE;
}
.AnyTagClassName
{
color: #0CB6CE;
}
</style>
background-color css
<style>
a { background-color: #0CB6CE; }
a { background-color: rgb(12,182,206); }
div.DivClassName
{
background-color: #0CB6CE;
}
.BgClassName
{
background-color: #0CB6CE;
}
</style>
border-color css
<style>
span { border-color: #0CB6CE; }
span { border-color: rgb(12,182,206); }
td.TdClassName
{
border-color: #0CB6CE;
}
.TagClassName
{
border-color: #0CB6CE;
}
</style>