Shades of Iris Blue #0CBFDB
Tints of Iris Blue #0CBFDB
RGB
CMYK
RGB Variations
Color information
#0CBFDB (or 0x0CBFDB) is known color: Iris Blue. HEX triplet: 0C, BF and DB. RGB value is (12,191,219). Sum of RGB (Red+Green+Blue) = 12+191+219=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CBFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFDB is #F34024. Grayscale: #8C8C8C. Windows color (decimal): -15941669 or 14401292. OLE color: 14401292.
HSL color Cylindrical-coordinate representation of color #0CBFDB: hue angle of 188.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBFDB is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 191 | 219 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.14 |
| HSL | 188.12º | 0.9% | 0.45% | - |
| HSV(B) | 188.12º | 0.95% | 0.86% | - |
| XYZ | 31.57 | 42.45 | 73.55 | - |
| YUV | 140.67 | 172.2 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 219 | 0.95 | 0.13 | 0 | 0.14 | 188.12 | 0.9 | 0.45 |
| Hex | C | BF | DB | 5F | D | 0 | E | BC | 5A | 2D |
| Octal | 14 | 277 | 333 | 137 | 15 | 0 | 16 | 274 | 132 | 55 |
| Binary | 1100 | 10111111 | 11011011 | 1011111 | 1101 | 0 | 1110 | 10111100 | 1011010 | 101101 |
Color Harmonies of #0CBFDB
Complementary color
Monochromatic Colors of #0CBFDB
Black with #0CBFDB
Text Example
Text Example
White with #0CBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFDB; }
p { color: rgb(12,191,219); }
H1.HeaderClassName
{
color: #0CBFDB;
}
.AnyTagClassName
{
color: #0CBFDB;
}
</style>
background-color css
<style>
a { background-color: #0CBFDB; }
a { background-color: rgb(12,191,219); }
div.DivClassName
{
background-color: #0CBFDB;
}
.BgClassName
{
background-color: #0CBFDB;
}
</style>
border-color css
<style>
span { border-color: #0CBFDB; }
span { border-color: rgb(12,191,219); }
td.TdClassName
{
border-color: #0CBFDB;
}
.TagClassName
{
border-color: #0CBFDB;
}
</style>