Shades of Iris Blue #0CB3E4
Tints of Iris Blue #0CB3E4
RGB
CMYK
RGB Variations
Color information
#0CB3E4 (or 0x0CB3E4) is known color: Iris Blue. HEX triplet: 0C, B3 and E4. RGB value is (12,179,228). Sum of RGB (Red+Green+Blue) = 12+179+228=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #0CB3E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB3E4 is #F34C1B. Grayscale: #868686. Windows color (decimal): -15944732 or 14988044. OLE color: 14988044.
HSL color Cylindrical-coordinate representation of color #0CB3E4: hue angle of 193.61º 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 #0CB3E4 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 179 | 228 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.11 |
| HSL | 193.61º | 0.9% | 0.47% | - |
| HSV(B) | 193.61º | 0.95% | 0.89% | - |
| XYZ | 30.28 | 37.92 | 79.12 | - |
| YUV | 134.65 | 180.67 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 228 | 0.95 | 0.21 | 0 | 0.11 | 193.61 | 0.9 | 0.47 |
| Hex | C | B3 | E4 | 5F | 15 | 0 | B | C2 | 5A | 2F |
| Octal | 14 | 263 | 344 | 137 | 25 | 0 | 13 | 302 | 132 | 57 |
| Binary | 1100 | 10110011 | 11100100 | 1011111 | 10101 | 0 | 1011 | 11000010 | 1011010 | 101111 |
Color Harmonies of #0CB3E4
Complementary color
Monochromatic Colors of #0CB3E4
Black with #0CB3E4
Text Example
Text Example
White with #0CB3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB3E4; }
p { color: rgb(12,179,228); }
H1.HeaderClassName
{
color: #0CB3E4;
}
.AnyTagClassName
{
color: #0CB3E4;
}
</style>
background-color css
<style>
a { background-color: #0CB3E4; }
a { background-color: rgb(12,179,228); }
div.DivClassName
{
background-color: #0CB3E4;
}
.BgClassName
{
background-color: #0CB3E4;
}
</style>
border-color css
<style>
span { border-color: #0CB3E4; }
span { border-color: rgb(12,179,228); }
td.TdClassName
{
border-color: #0CB3E4;
}
.TagClassName
{
border-color: #0CB3E4;
}
</style>