Shades of Iris Blue #0CBDBE
Tints of Iris Blue #0CBDBE
RGB
CMYK
RGB Variations
Color information
#0CBDBE (or 0x0CBDBE) is known color: Iris Blue. HEX triplet: 0C, BD and BE. RGB value is (12,189,190). Sum of RGB (Red+Green+Blue) = 12+189+190=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #0CBDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDBE is #F34241. Grayscale: #888888. Windows color (decimal): -15942210 or 12500236. OLE color: 12500236.
HSL color Cylindrical-coordinate representation of color #0CBDBE: hue angle of 180.34º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDBE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 189 | 190 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.25 |
| HSL | 180.34º | 0.88% | 0.4% | - |
| HSV(B) | 180.34º | 0.94% | 0.75% | - |
| XYZ | 27.64 | 40.19 | 55.02 | - |
| YUV | 136.19 | 158.36 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 190 | 0.94 | 0.01 | 0 | 0.25 | 180.34 | 0.88 | 0.4 |
| Hex | C | BD | BE | 5E | 1 | 0 | 19 | B4 | 58 | 28 |
| Octal | 14 | 275 | 276 | 136 | 1 | 0 | 31 | 264 | 130 | 50 |
| Binary | 1100 | 10111101 | 10111110 | 1011110 | 1 | 0 | 11001 | 10110100 | 1011000 | 101000 |
Color Harmonies of #0CBDBE
Complementary color
Monochromatic Colors of #0CBDBE
Black with #0CBDBE
Text Example
Text Example
White with #0CBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDBE; }
p { color: rgb(12,189,190); }
H1.HeaderClassName
{
color: #0CBDBE;
}
.AnyTagClassName
{
color: #0CBDBE;
}
</style>
background-color css
<style>
a { background-color: #0CBDBE; }
a { background-color: rgb(12,189,190); }
div.DivClassName
{
background-color: #0CBDBE;
}
.BgClassName
{
background-color: #0CBDBE;
}
</style>
border-color css
<style>
span { border-color: #0CBDBE; }
span { border-color: rgb(12,189,190); }
td.TdClassName
{
border-color: #0CBDBE;
}
.TagClassName
{
border-color: #0CBDBE;
}
</style>