Shades of Iris Blue #04BEDB
Tints of Iris Blue #04BEDB
RGB
CMYK
RGB Variations
Color information
#04BEDB (or 0x04BEDB) is known color: Iris Blue. HEX triplet: 04, BE and DB. RGB value is (4,190,219). Sum of RGB (Red+Green+Blue) = 4+190+219=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #04BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEDB is #FB4124. Grayscale: #898989. Windows color (decimal): -16466213 or 14401028. OLE color: 14401028.
HSL color Cylindrical-coordinate representation of color #04BEDB: hue angle of 188.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEDB is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 190 | 219 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.14 |
| HSL | 188.09º | 0.96% | 0.44% | - |
| HSV(B) | 188.09º | 0.98% | 0.86% | - |
| XYZ | 31.25 | 41.97 | 73.47 | - |
| YUV | 137.69 | 173.88 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 219 | 0.98 | 0.13 | 0 | 0.14 | 188.09 | 0.96 | 0.44 |
| Hex | 4 | BE | DB | 62 | D | 0 | E | BC | 60 | 2C |
| Octal | 4 | 276 | 333 | 142 | 15 | 0 | 16 | 274 | 140 | 54 |
| Binary | 100 | 10111110 | 11011011 | 1100010 | 1101 | 0 | 1110 | 10111100 | 1100000 | 101100 |
Color Harmonies of #04BEDB
Complementary color
Monochromatic Colors of #04BEDB
Black with #04BEDB
Text Example
Text Example
White with #04BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEDB; }
p { color: rgb(4,190,219); }
H1.HeaderClassName
{
color: #04BEDB;
}
.AnyTagClassName
{
color: #04BEDB;
}
</style>
background-color css
<style>
a { background-color: #04BEDB; }
a { background-color: rgb(4,190,219); }
div.DivClassName
{
background-color: #04BEDB;
}
.BgClassName
{
background-color: #04BEDB;
}
</style>
border-color css
<style>
span { border-color: #04BEDB; }
span { border-color: rgb(4,190,219); }
td.TdClassName
{
border-color: #04BEDB;
}
.TagClassName
{
border-color: #04BEDB;
}
</style>