Shades of Iris Blue #0CBDB8
Tints of Iris Blue #0CBDB8
RGB
CMYK
RGB Variations
Color information
#0CBDB8 (or 0x0CBDB8) is known color: Iris Blue. HEX triplet: 0C, BD and B8. RGB value is (12,189,184). Sum of RGB (Red+Green+Blue) = 12+189+184=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDB8 is #F34247. Grayscale: #878787. Windows color (decimal): -15942216 or 12107020. OLE color: 12107020.
HSL color Cylindrical-coordinate representation of color #0CBDB8: hue angle of 178.31º 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 #0CBDB8 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 184 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.26 |
| HSL | 178.31º | 0.88% | 0.39% | - |
| HSV(B) | 178.31º | 0.94% | 0.74% | - |
| XYZ | 27 | 39.93 | 51.63 | - |
| YUV | 135.51 | 155.36 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 184 | 0.94 | 0 | 0.03 | 0.26 | 178.31 | 0.88 | 0.39 |
| Hex | C | BD | B8 | 5E | 0 | 3 | 1A | B2 | 58 | 27 |
| Octal | 14 | 275 | 270 | 136 | 0 | 3 | 32 | 262 | 130 | 47 |
| Binary | 1100 | 10111101 | 10111000 | 1011110 | 0 | 11 | 11010 | 10110010 | 1011000 | 100111 |
Color Harmonies of #0CBDB8
Complementary color
Monochromatic Colors of #0CBDB8
Black with #0CBDB8
Text Example
Text Example
White with #0CBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDB8; }
p { color: rgb(12,189,184); }
H1.HeaderClassName
{
color: #0CBDB8;
}
.AnyTagClassName
{
color: #0CBDB8;
}
</style>
background-color css
<style>
a { background-color: #0CBDB8; }
a { background-color: rgb(12,189,184); }
div.DivClassName
{
background-color: #0CBDB8;
}
.BgClassName
{
background-color: #0CBDB8;
}
</style>
border-color css
<style>
span { border-color: #0CBDB8; }
span { border-color: rgb(12,189,184); }
td.TdClassName
{
border-color: #0CBDB8;
}
.TagClassName
{
border-color: #0CBDB8;
}
</style>