Shades of Iris Blue #04BCE2
Tints of Iris Blue #04BCE2
RGB
CMYK
RGB Variations
Color information
#04BCE2 (or 0x04BCE2) is known color: Iris Blue. HEX triplet: 04, BC and E2. RGB value is (4,188,226). Sum of RGB (Red+Green+Blue) = 4+188+226=418 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #04BCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCE2 is #FB431D. Grayscale: #888888. Windows color (decimal): -16466718 or 14859268. OLE color: 14859268.
HSL color Cylindrical-coordinate representation of color #04BCE2: hue angle of 190.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCE2 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 188 | 226 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.11 |
| HSL | 190.27º | 0.97% | 0.45% | - |
| HSV(B) | 190.27º | 0.98% | 0.89% | - |
| XYZ | 31.76 | 41.48 | 78.28 | - |
| YUV | 137.32 | 178.04 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 226 | 0.98 | 0.17 | 0 | 0.11 | 190.27 | 0.97 | 0.45 |
| Hex | 4 | BC | E2 | 62 | 11 | 0 | B | BE | 61 | 2D |
| Octal | 4 | 274 | 342 | 142 | 21 | 0 | 13 | 276 | 141 | 55 |
| Binary | 100 | 10111100 | 11100010 | 1100010 | 10001 | 0 | 1011 | 10111110 | 1100001 | 101101 |
Color Harmonies of #04BCE2
Complementary color
Monochromatic Colors of #04BCE2
Black with #04BCE2
Text Example
Text Example
White with #04BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCE2; }
p { color: rgb(4,188,226); }
H1.HeaderClassName
{
color: #04BCE2;
}
.AnyTagClassName
{
color: #04BCE2;
}
</style>
background-color css
<style>
a { background-color: #04BCE2; }
a { background-color: rgb(4,188,226); }
div.DivClassName
{
background-color: #04BCE2;
}
.BgClassName
{
background-color: #04BCE2;
}
</style>
border-color css
<style>
span { border-color: #04BCE2; }
span { border-color: rgb(4,188,226); }
td.TdClassName
{
border-color: #04BCE2;
}
.TagClassName
{
border-color: #04BCE2;
}
</style>