Shades of Iris Blue #0CBEC3
Tints of Iris Blue #0CBEC3
RGB
CMYK
RGB Variations
Color information
#0CBEC3 (or 0x0CBEC3) is known color: Iris Blue. HEX triplet: 0C, BE and C3. RGB value is (12,190,195). Sum of RGB (Red+Green+Blue) = 12+190+195=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #0CBEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEC3 is #F3413C. Grayscale: #898989. Windows color (decimal): -15941949 or 12828172. OLE color: 12828172.
HSL color Cylindrical-coordinate representation of color #0CBEC3: hue angle of 181.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBEC3 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 190 | 195 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.24 |
| HSL | 181.64º | 0.88% | 0.41% | - |
| HSV(B) | 181.64º | 0.94% | 0.76% | - |
| XYZ | 28.42 | 40.85 | 58.02 | - |
| YUV | 137.35 | 160.53 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 195 | 0.94 | 0.03 | 0 | 0.24 | 181.64 | 0.88 | 0.41 |
| Hex | C | BE | C3 | 5E | 3 | 0 | 18 | B6 | 58 | 29 |
| Octal | 14 | 276 | 303 | 136 | 3 | 0 | 30 | 266 | 130 | 51 |
| Binary | 1100 | 10111110 | 11000011 | 1011110 | 11 | 0 | 11000 | 10110110 | 1011000 | 101001 |
Color Harmonies of #0CBEC3
Complementary color
Monochromatic Colors of #0CBEC3
Black with #0CBEC3
Text Example
Text Example
White with #0CBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEC3; }
p { color: rgb(12,190,195); }
H1.HeaderClassName
{
color: #0CBEC3;
}
.AnyTagClassName
{
color: #0CBEC3;
}
</style>
background-color css
<style>
a { background-color: #0CBEC3; }
a { background-color: rgb(12,190,195); }
div.DivClassName
{
background-color: #0CBEC3;
}
.BgClassName
{
background-color: #0CBEC3;
}
</style>
border-color css
<style>
span { border-color: #0CBEC3; }
span { border-color: rgb(12,190,195); }
td.TdClassName
{
border-color: #0CBEC3;
}
.TagClassName
{
border-color: #0CBEC3;
}
</style>