Shades of Iris Blue #0CBFCB
Tints of Iris Blue #0CBFCB
RGB
CMYK
RGB Variations
Color information
#0CBFCB (or 0x0CBFCB) is known color: Iris Blue. HEX triplet: 0C, BF and CB. RGB value is (12,191,203). Sum of RGB (Red+Green+Blue) = 12+191+203=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CBFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFCB is #F34034. Grayscale: #8A8A8A. Windows color (decimal): -15941685 or 13352716. OLE color: 13352716.
HSL color Cylindrical-coordinate representation of color #0CBFCB: hue angle of 183.77º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFCB is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 191 | 203 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.20 |
| HSL | 183.77º | 0.89% | 0.42% | - |
| HSV(B) | 183.77º | 0.94% | 0.8% | - |
| XYZ | 29.56 | 41.65 | 62.98 | - |
| YUV | 138.85 | 164.2 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 203 | 0.94 | 0.06 | 0 | 0.20 | 183.77 | 0.89 | 0.42 |
| Hex | C | BF | CB | 5E | 6 | 0 | 14 | B8 | 59 | 2A |
| Octal | 14 | 277 | 313 | 136 | 6 | 0 | 24 | 270 | 131 | 52 |
| Binary | 1100 | 10111111 | 11001011 | 1011110 | 110 | 0 | 10100 | 10111000 | 1011001 | 101010 |
Color Harmonies of #0CBFCB
Complementary color
Monochromatic Colors of #0CBFCB
Black with #0CBFCB
Text Example
Text Example
White with #0CBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFCB; }
p { color: rgb(12,191,203); }
H1.HeaderClassName
{
color: #0CBFCB;
}
.AnyTagClassName
{
color: #0CBFCB;
}
</style>
background-color css
<style>
a { background-color: #0CBFCB; }
a { background-color: rgb(12,191,203); }
div.DivClassName
{
background-color: #0CBFCB;
}
.BgClassName
{
background-color: #0CBFCB;
}
</style>
border-color css
<style>
span { border-color: #0CBFCB; }
span { border-color: rgb(12,191,203); }
td.TdClassName
{
border-color: #0CBFCB;
}
.TagClassName
{
border-color: #0CBFCB;
}
</style>