Shades of Iris Blue #04BED5
Tints of Iris Blue #04BED5
RGB
CMYK
RGB Variations
Color information
#04BED5 (or 0x04BED5) is known color: Iris Blue. HEX triplet: 04, BE and D5. RGB value is (4,190,213). Sum of RGB (Red+Green+Blue) = 4+190+213=407 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #04BED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BED5 is #FB412A. Grayscale: #888888. Windows color (decimal): -16466219 or 14007812. OLE color: 14007812.
HSL color Cylindrical-coordinate representation of color #04BED5: hue angle of 186.6º 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 #04BED5 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 190 | 213 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.16 |
| HSL | 186.6º | 0.96% | 0.43% | - |
| HSV(B) | 186.6º | 0.98% | 0.84% | - |
| XYZ | 30.47 | 41.66 | 69.39 | - |
| YUV | 137.01 | 170.88 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 213 | 0.98 | 0.11 | 0 | 0.16 | 186.6 | 0.96 | 0.43 |
| Hex | 4 | BE | D5 | 62 | B | 0 | 10 | BB | 60 | 2B |
| Octal | 4 | 276 | 325 | 142 | 13 | 0 | 20 | 273 | 140 | 53 |
| Binary | 100 | 10111110 | 11010101 | 1100010 | 1011 | 0 | 10000 | 10111011 | 1100000 | 101011 |
Color Harmonies of #04BED5
Complementary color
Monochromatic Colors of #04BED5
Black with #04BED5
Text Example
Text Example
White with #04BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BED5; }
p { color: rgb(4,190,213); }
H1.HeaderClassName
{
color: #04BED5;
}
.AnyTagClassName
{
color: #04BED5;
}
</style>
background-color css
<style>
a { background-color: #04BED5; }
a { background-color: rgb(4,190,213); }
div.DivClassName
{
background-color: #04BED5;
}
.BgClassName
{
background-color: #04BED5;
}
</style>
border-color css
<style>
span { border-color: #04BED5; }
span { border-color: rgb(4,190,213); }
td.TdClassName
{
border-color: #04BED5;
}
.TagClassName
{
border-color: #04BED5;
}
</style>