Shades of Iris Blue #04BCE0
Tints of Iris Blue #04BCE0
RGB
CMYK
RGB Variations
Color information
#04BCE0 (or 0x04BCE0) is known color: Iris Blue. HEX triplet: 04, BC and E0. RGB value is (4,188,224). Sum of RGB (Red+Green+Blue) = 4+188+224=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #04BCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCE0 is #FB431F. Grayscale: #888888. Windows color (decimal): -16466720 or 14728196. OLE color: 14728196.
HSL color Cylindrical-coordinate representation of color #04BCE0: hue angle of 189.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCE0 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 188 | 224 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.12 |
| HSL | 189.82º | 0.96% | 0.45% | - |
| HSV(B) | 189.82º | 0.98% | 0.88% | - |
| XYZ | 31.49 | 41.37 | 76.85 | - |
| YUV | 137.09 | 177.04 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 224 | 0.98 | 0.16 | 0 | 0.12 | 189.82 | 0.96 | 0.45 |
| Hex | 4 | BC | E0 | 62 | 10 | 0 | C | BE | 60 | 2D |
| Octal | 4 | 274 | 340 | 142 | 20 | 0 | 14 | 276 | 140 | 55 |
| Binary | 100 | 10111100 | 11100000 | 1100010 | 10000 | 0 | 1100 | 10111110 | 1100000 | 101101 |
Color Harmonies of #04BCE0
Complementary color
Monochromatic Colors of #04BCE0
Black with #04BCE0
Text Example
Text Example
White with #04BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCE0; }
p { color: rgb(4,188,224); }
H1.HeaderClassName
{
color: #04BCE0;
}
.AnyTagClassName
{
color: #04BCE0;
}
</style>
background-color css
<style>
a { background-color: #04BCE0; }
a { background-color: rgb(4,188,224); }
div.DivClassName
{
background-color: #04BCE0;
}
.BgClassName
{
background-color: #04BCE0;
}
</style>
border-color css
<style>
span { border-color: #04BCE0; }
span { border-color: rgb(4,188,224); }
td.TdClassName
{
border-color: #04BCE0;
}
.TagClassName
{
border-color: #04BCE0;
}
</style>