Shades of Iris Blue #0CBBE3
Tints of Iris Blue #0CBBE3
RGB
CMYK
RGB Variations
Color information
#0CBBE3 (or 0x0CBBE3) is known color: Iris Blue. HEX triplet: 0C, BB and E3. RGB value is (12,187,227). Sum of RGB (Red+Green+Blue) = 12+187+227=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #0CBBE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBE3 is #F3441C. Grayscale: #8A8A8A. Windows color (decimal): -15942685 or 14924556. OLE color: 14924556.
HSL color Cylindrical-coordinate representation of color #0CBBE3: hue angle of 191.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBE3 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 187 | 227 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.11 |
| HSL | 191.16º | 0.9% | 0.47% | - |
| HSV(B) | 191.16º | 0.95% | 0.89% | - |
| XYZ | 31.79 | 41.16 | 78.94 | - |
| YUV | 139.24 | 177.52 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 227 | 0.95 | 0.18 | 0 | 0.11 | 191.16 | 0.9 | 0.47 |
| Hex | C | BB | E3 | 5F | 12 | 0 | B | BF | 5A | 2F |
| Octal | 14 | 273 | 343 | 137 | 22 | 0 | 13 | 277 | 132 | 57 |
| Binary | 1100 | 10111011 | 11100011 | 1011111 | 10010 | 0 | 1011 | 10111111 | 1011010 | 101111 |
Color Harmonies of #0CBBE3
Complementary color
Monochromatic Colors of #0CBBE3
Black with #0CBBE3
Text Example
Text Example
White with #0CBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBE3; }
p { color: rgb(12,187,227); }
H1.HeaderClassName
{
color: #0CBBE3;
}
.AnyTagClassName
{
color: #0CBBE3;
}
</style>
background-color css
<style>
a { background-color: #0CBBE3; }
a { background-color: rgb(12,187,227); }
div.DivClassName
{
background-color: #0CBBE3;
}
.BgClassName
{
background-color: #0CBBE3;
}
</style>
border-color css
<style>
span { border-color: #0CBBE3; }
span { border-color: rgb(12,187,227); }
td.TdClassName
{
border-color: #0CBBE3;
}
.TagClassName
{
border-color: #0CBBE3;
}
</style>