Shades of Iris Blue #0CBCE3
Tints of Iris Blue #0CBCE3
RGB
CMYK
RGB Variations
Color information
#0CBCE3 (or 0x0CBCE3) is known color: Iris Blue. HEX triplet: 0C, BC and E3. RGB value is (12,188,227). Sum of RGB (Red+Green+Blue) = 12+188+227=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #0CBCE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCE3 is #F3431C. Grayscale: #8B8B8B. Windows color (decimal): -15942429 or 14924812. OLE color: 14924812.
HSL color Cylindrical-coordinate representation of color #0CBCE3: hue angle of 190.88º 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 #0CBCE3 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 188 | 227 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.11 |
| HSL | 190.88º | 0.9% | 0.47% | - |
| HSV(B) | 190.88º | 0.95% | 0.89% | - |
| XYZ | 32 | 41.59 | 79.01 | - |
| YUV | 139.82 | 177.19 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 227 | 0.95 | 0.17 | 0 | 0.11 | 190.88 | 0.9 | 0.47 |
| Hex | C | BC | E3 | 5F | 11 | 0 | B | BF | 5A | 2F |
| Octal | 14 | 274 | 343 | 137 | 21 | 0 | 13 | 277 | 132 | 57 |
| Binary | 1100 | 10111100 | 11100011 | 1011111 | 10001 | 0 | 1011 | 10111111 | 1011010 | 101111 |
Color Harmonies of #0CBCE3
Complementary color
Monochromatic Colors of #0CBCE3
Black with #0CBCE3
Text Example
Text Example
White with #0CBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCE3; }
p { color: rgb(12,188,227); }
H1.HeaderClassName
{
color: #0CBCE3;
}
.AnyTagClassName
{
color: #0CBCE3;
}
</style>
background-color css
<style>
a { background-color: #0CBCE3; }
a { background-color: rgb(12,188,227); }
div.DivClassName
{
background-color: #0CBCE3;
}
.BgClassName
{
background-color: #0CBCE3;
}
</style>
border-color css
<style>
span { border-color: #0CBCE3; }
span { border-color: rgb(12,188,227); }
td.TdClassName
{
border-color: #0CBCE3;
}
.TagClassName
{
border-color: #0CBCE3;
}
</style>