Shades of Iris Blue #04BED7
Tints of Iris Blue #04BED7
RGB
CMYK
RGB Variations
Color information
#04BED7 (or 0x04BED7) is known color: Iris Blue. HEX triplet: 04, BE and D7. RGB value is (4,190,215). Sum of RGB (Red+Green+Blue) = 4+190+215=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #04BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BED7 is #FB4128. Grayscale: #888888. Windows color (decimal): -16466217 or 14138884. OLE color: 14138884.
HSL color Cylindrical-coordinate representation of color #04BED7: hue angle of 187.11º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BED7 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 190 | 215 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.16 |
| HSL | 187.11º | 0.96% | 0.43% | - |
| HSV(B) | 187.11º | 0.98% | 0.84% | - |
| XYZ | 30.73 | 41.76 | 70.73 | - |
| YUV | 137.24 | 171.88 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 215 | 0.98 | 0.12 | 0 | 0.16 | 187.11 | 0.96 | 0.43 |
| Hex | 4 | BE | D7 | 62 | C | 0 | 10 | BB | 60 | 2B |
| Octal | 4 | 276 | 327 | 142 | 14 | 0 | 20 | 273 | 140 | 53 |
| Binary | 100 | 10111110 | 11010111 | 1100010 | 1100 | 0 | 10000 | 10111011 | 1100000 | 101011 |
Color Harmonies of #04BED7
Complementary color
Monochromatic Colors of #04BED7
Black with #04BED7
Text Example
Text Example
White with #04BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BED7; }
p { color: rgb(4,190,215); }
H1.HeaderClassName
{
color: #04BED7;
}
.AnyTagClassName
{
color: #04BED7;
}
</style>
background-color css
<style>
a { background-color: #04BED7; }
a { background-color: rgb(4,190,215); }
div.DivClassName
{
background-color: #04BED7;
}
.BgClassName
{
background-color: #04BED7;
}
</style>
border-color css
<style>
span { border-color: #04BED7; }
span { border-color: rgb(4,190,215); }
td.TdClassName
{
border-color: #04BED7;
}
.TagClassName
{
border-color: #04BED7;
}
</style>