Shades of Iris Blue #04BED4
Tints of Iris Blue #04BED4
RGB
CMYK
RGB Variations
Color information
#04BED4 (or 0x04BED4) is known color: Iris Blue. HEX triplet: 04, BE and D4. RGB value is (4,190,212). Sum of RGB (Red+Green+Blue) = 4+190+212=406 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #04BED4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BED4 is #FB412B. Grayscale: #888888. Windows color (decimal): -16466220 or 13942276. OLE color: 13942276.
HSL color Cylindrical-coordinate representation of color #04BED4: hue angle of 186.35º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BED4 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 190 | 212 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.17 |
| HSL | 186.35º | 0.96% | 0.42% | - |
| HSV(B) | 186.35º | 0.98% | 0.83% | - |
| XYZ | 30.35 | 41.61 | 68.72 | - |
| YUV | 136.89 | 170.38 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 212 | 0.98 | 0.10 | 0 | 0.17 | 186.35 | 0.96 | 0.42 |
| Hex | 4 | BE | D4 | 62 | A | 0 | 11 | BA | 60 | 2A |
| Octal | 4 | 276 | 324 | 142 | 12 | 0 | 21 | 272 | 140 | 52 |
| Binary | 100 | 10111110 | 11010100 | 1100010 | 1010 | 0 | 10001 | 10111010 | 1100000 | 101010 |
Color Harmonies of #04BED4
Complementary color
Monochromatic Colors of #04BED4
Black with #04BED4
Text Example
Text Example
White with #04BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BED4; }
p { color: rgb(4,190,212); }
H1.HeaderClassName
{
color: #04BED4;
}
.AnyTagClassName
{
color: #04BED4;
}
</style>
background-color css
<style>
a { background-color: #04BED4; }
a { background-color: rgb(4,190,212); }
div.DivClassName
{
background-color: #04BED4;
}
.BgClassName
{
background-color: #04BED4;
}
</style>
border-color css
<style>
span { border-color: #04BED4; }
span { border-color: rgb(4,190,212); }
td.TdClassName
{
border-color: #04BED4;
}
.TagClassName
{
border-color: #04BED4;
}
</style>