Shades of Iris Blue #0CB5CE
Tints of Iris Blue #0CB5CE
RGB
CMYK
RGB Variations
Color information
#0CB5CE (or 0x0CB5CE) is known color: Iris Blue. HEX triplet: 0C, B5 and CE. RGB value is (12,181,206). Sum of RGB (Red+Green+Blue) = 12+181+206=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CB5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB5CE is #F34A31. Grayscale: #858585. Windows color (decimal): -15944242 or 13546764. OLE color: 13546764.
HSL color Cylindrical-coordinate representation of color #0CB5CE: hue angle of 187.73º 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 #0CB5CE is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 181 | 206 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.19 |
| HSL | 187.73º | 0.89% | 0.43% | - |
| HSV(B) | 187.73º | 0.94% | 0.81% | - |
| XYZ | 27.82 | 37.58 | 64.18 | - |
| YUV | 133.32 | 169.01 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 206 | 0.94 | 0.12 | 0 | 0.19 | 187.73 | 0.89 | 0.43 |
| Hex | C | B5 | CE | 5E | C | 0 | 13 | BC | 59 | 2B |
| Octal | 14 | 265 | 316 | 136 | 14 | 0 | 23 | 274 | 131 | 53 |
| Binary | 1100 | 10110101 | 11001110 | 1011110 | 1100 | 0 | 10011 | 10111100 | 1011001 | 101011 |
Color Harmonies of #0CB5CE
Complementary color
Monochromatic Colors of #0CB5CE
Black with #0CB5CE
Text Example
Text Example
White with #0CB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB5CE; }
p { color: rgb(12,181,206); }
H1.HeaderClassName
{
color: #0CB5CE;
}
.AnyTagClassName
{
color: #0CB5CE;
}
</style>
background-color css
<style>
a { background-color: #0CB5CE; }
a { background-color: rgb(12,181,206); }
div.DivClassName
{
background-color: #0CB5CE;
}
.BgClassName
{
background-color: #0CB5CE;
}
</style>
border-color css
<style>
span { border-color: #0CB5CE; }
span { border-color: rgb(12,181,206); }
td.TdClassName
{
border-color: #0CB5CE;
}
.TagClassName
{
border-color: #0CB5CE;
}
</style>