Shades of Iris Blue #0CBDB6
Tints of Iris Blue #0CBDB6
RGB
CMYK
RGB Variations
Color information
#0CBDB6 (or 0x0CBDB6) is known color: Iris Blue. HEX triplet: 0C, BD and B6. RGB value is (12,189,182). Sum of RGB (Red+Green+Blue) = 12+189+182=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDB6 is #F34249. Grayscale: #878787. Windows color (decimal): -15942218 or 11975948. OLE color: 11975948.
HSL color Cylindrical-coordinate representation of color #0CBDB6: hue angle of 177.63º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDB6 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 182 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.26 |
| HSL | 177.63º | 0.88% | 0.39% | - |
| HSV(B) | 177.63º | 0.94% | 0.74% | - |
| XYZ | 26.79 | 39.85 | 50.54 | - |
| YUV | 135.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 182 | 0.94 | 0 | 0.04 | 0.26 | 177.63 | 0.88 | 0.39 |
| Hex | C | BD | B6 | 5E | 0 | 4 | 1A | B2 | 58 | 27 |
| Octal | 14 | 275 | 266 | 136 | 0 | 4 | 32 | 262 | 130 | 47 |
| Binary | 1100 | 10111101 | 10110110 | 1011110 | 0 | 100 | 11010 | 10110010 | 1011000 | 100111 |
Color Harmonies of #0CBDB6
Complementary color
Monochromatic Colors of #0CBDB6
Black with #0CBDB6
Text Example
Text Example
White with #0CBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDB6; }
p { color: rgb(12,189,182); }
H1.HeaderClassName
{
color: #0CBDB6;
}
.AnyTagClassName
{
color: #0CBDB6;
}
</style>
background-color css
<style>
a { background-color: #0CBDB6; }
a { background-color: rgb(12,189,182); }
div.DivClassName
{
background-color: #0CBDB6;
}
.BgClassName
{
background-color: #0CBDB6;
}
</style>
border-color css
<style>
span { border-color: #0CBDB6; }
span { border-color: rgb(12,189,182); }
td.TdClassName
{
border-color: #0CBDB6;
}
.TagClassName
{
border-color: #0CBDB6;
}
</style>