Shades of Iris Blue #0CBDCE
Tints of Iris Blue #0CBDCE
RGB
CMYK
RGB Variations
Color information
#0CBDCE (or 0x0CBDCE) is known color: Iris Blue. HEX triplet: 0C, BD and CE. RGB value is (12,189,206). Sum of RGB (Red+Green+Blue) = 12+189+206=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CBDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDCE is #F34231. Grayscale: #898989. Windows color (decimal): -15942194 or 13548812. OLE color: 13548812.
HSL color Cylindrical-coordinate representation of color #0CBDCE: hue angle of 185.26º 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 #0CBDCE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 189 | 206 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.19 |
| HSL | 185.26º | 0.89% | 0.43% | - |
| HSV(B) | 185.26º | 0.94% | 0.81% | - |
| XYZ | 29.49 | 40.93 | 64.74 | - |
| YUV | 138.02 | 166.36 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 206 | 0.94 | 0.08 | 0 | 0.19 | 185.26 | 0.89 | 0.43 |
| Hex | C | BD | CE | 5E | 8 | 0 | 13 | B9 | 59 | 2B |
| Octal | 14 | 275 | 316 | 136 | 10 | 0 | 23 | 271 | 131 | 53 |
| Binary | 1100 | 10111101 | 11001110 | 1011110 | 1000 | 0 | 10011 | 10111001 | 1011001 | 101011 |
Color Harmonies of #0CBDCE
Complementary color
Monochromatic Colors of #0CBDCE
Black with #0CBDCE
Text Example
Text Example
White with #0CBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDCE; }
p { color: rgb(12,189,206); }
H1.HeaderClassName
{
color: #0CBDCE;
}
.AnyTagClassName
{
color: #0CBDCE;
}
</style>
background-color css
<style>
a { background-color: #0CBDCE; }
a { background-color: rgb(12,189,206); }
div.DivClassName
{
background-color: #0CBDCE;
}
.BgClassName
{
background-color: #0CBDCE;
}
</style>
border-color css
<style>
span { border-color: #0CBDCE; }
span { border-color: rgb(12,189,206); }
td.TdClassName
{
border-color: #0CBDCE;
}
.TagClassName
{
border-color: #0CBDCE;
}
</style>