Shades of Iris Blue #0CBBC8
Tints of Iris Blue #0CBBC8
RGB
CMYK
RGB Variations
Color information
#0CBBC8 (or 0x0CBBC8) is known color: Iris Blue. HEX triplet: 0C, BB and C8. RGB value is (12,187,200). Sum of RGB (Red+Green+Blue) = 12+187+200=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #0CBBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBC8 is #F34437. Grayscale: #878787. Windows color (decimal): -15942712 or 13155084. OLE color: 13155084.
HSL color Cylindrical-coordinate representation of color #0CBBC8: hue angle of 184.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBBC8 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 187 | 200 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.22 |
| HSL | 184.15º | 0.89% | 0.42% | - |
| HSV(B) | 184.15º | 0.94% | 0.78% | - |
| XYZ | 28.35 | 39.79 | 60.83 | - |
| YUV | 136.16 | 164.02 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 200 | 0.94 | 0.06 | 0 | 0.22 | 184.15 | 0.89 | 0.42 |
| Hex | C | BB | C8 | 5E | 6 | 0 | 16 | B8 | 59 | 2A |
| Octal | 14 | 273 | 310 | 136 | 6 | 0 | 26 | 270 | 131 | 52 |
| Binary | 1100 | 10111011 | 11001000 | 1011110 | 110 | 0 | 10110 | 10111000 | 1011001 | 101010 |
Color Harmonies of #0CBBC8
Complementary color
Monochromatic Colors of #0CBBC8
Black with #0CBBC8
Text Example
Text Example
White with #0CBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBC8; }
p { color: rgb(12,187,200); }
H1.HeaderClassName
{
color: #0CBBC8;
}
.AnyTagClassName
{
color: #0CBBC8;
}
</style>
background-color css
<style>
a { background-color: #0CBBC8; }
a { background-color: rgb(12,187,200); }
div.DivClassName
{
background-color: #0CBBC8;
}
.BgClassName
{
background-color: #0CBBC8;
}
</style>
border-color css
<style>
span { border-color: #0CBBC8; }
span { border-color: rgb(12,187,200); }
td.TdClassName
{
border-color: #0CBBC8;
}
.TagClassName
{
border-color: #0CBBC8;
}
</style>