Shades of Iris Blue #04BED6
Tints of Iris Blue #04BED6
RGB
CMYK
RGB Variations
Color information
#04BED6 (or 0x04BED6) is known color: Iris Blue. HEX triplet: 04, BE and D6. RGB value is (4,190,214). Sum of RGB (Red+Green+Blue) = 4+190+214=408 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #04BED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BED6 is #FB4129. Grayscale: #888888. Windows color (decimal): -16466218 or 14073348. OLE color: 14073348.
HSL color Cylindrical-coordinate representation of color #04BED6: hue angle of 186.86º 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 #04BED6 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 190 | 214 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.16 |
| HSL | 186.86º | 0.96% | 0.43% | - |
| HSV(B) | 186.86º | 0.98% | 0.84% | - |
| XYZ | 30.6 | 41.71 | 70.06 | - |
| YUV | 137.12 | 171.38 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 214 | 0.98 | 0.11 | 0 | 0.16 | 186.86 | 0.96 | 0.43 |
| Hex | 4 | BE | D6 | 62 | B | 0 | 10 | BB | 60 | 2B |
| Octal | 4 | 276 | 326 | 142 | 13 | 0 | 20 | 273 | 140 | 53 |
| Binary | 100 | 10111110 | 11010110 | 1100010 | 1011 | 0 | 10000 | 10111011 | 1100000 | 101011 |
Color Harmonies of #04BED6
Complementary color
Monochromatic Colors of #04BED6
Black with #04BED6
Text Example
Text Example
White with #04BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BED6; }
p { color: rgb(4,190,214); }
H1.HeaderClassName
{
color: #04BED6;
}
.AnyTagClassName
{
color: #04BED6;
}
</style>
background-color css
<style>
a { background-color: #04BED6; }
a { background-color: rgb(4,190,214); }
div.DivClassName
{
background-color: #04BED6;
}
.BgClassName
{
background-color: #04BED6;
}
</style>
border-color css
<style>
span { border-color: #04BED6; }
span { border-color: rgb(4,190,214); }
td.TdClassName
{
border-color: #04BED6;
}
.TagClassName
{
border-color: #04BED6;
}
</style>