Shades of Iris Blue #04BED1
Tints of Iris Blue #04BED1
RGB
CMYK
RGB Variations
Color information
#04BED1 (or 0x04BED1) is known color: Iris Blue. HEX triplet: 04, BE and D1. RGB value is (4,190,209). Sum of RGB (Red+Green+Blue) = 4+190+209=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #04BED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BED1 is #FB412E. Grayscale: #888888. Windows color (decimal): -16466223 or 13745668. OLE color: 13745668.
HSL color Cylindrical-coordinate representation of color #04BED1: hue angle of 185.56º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BED1 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 190 | 209 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.18 |
| HSL | 185.56º | 0.96% | 0.42% | - |
| HSV(B) | 185.56º | 0.98% | 0.82% | - |
| XYZ | 29.97 | 41.46 | 66.74 | - |
| YUV | 136.55 | 168.88 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 209 | 0.98 | 0.09 | 0 | 0.18 | 185.56 | 0.96 | 0.42 |
| Hex | 4 | BE | D1 | 62 | 9 | 0 | 12 | BA | 60 | 2A |
| Octal | 4 | 276 | 321 | 142 | 11 | 0 | 22 | 272 | 140 | 52 |
| Binary | 100 | 10111110 | 11010001 | 1100010 | 1001 | 0 | 10010 | 10111010 | 1100000 | 101010 |
Color Harmonies of #04BED1
Complementary color
Monochromatic Colors of #04BED1
Black with #04BED1
Text Example
Text Example
White with #04BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BED1; }
p { color: rgb(4,190,209); }
H1.HeaderClassName
{
color: #04BED1;
}
.AnyTagClassName
{
color: #04BED1;
}
</style>
background-color css
<style>
a { background-color: #04BED1; }
a { background-color: rgb(4,190,209); }
div.DivClassName
{
background-color: #04BED1;
}
.BgClassName
{
background-color: #04BED1;
}
</style>
border-color css
<style>
span { border-color: #04BED1; }
span { border-color: rgb(4,190,209); }
td.TdClassName
{
border-color: #04BED1;
}
.TagClassName
{
border-color: #04BED1;
}
</style>