Shades of Iris Blue #04BEDA
Tints of Iris Blue #04BEDA
RGB
CMYK
RGB Variations
Color information
#04BEDA (or 0x04BEDA) is known color: Iris Blue. HEX triplet: 04, BE and DA. RGB value is (4,190,218). Sum of RGB (Red+Green+Blue) = 4+190+218=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #04BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEDA is #FB4125. Grayscale: #898989. Windows color (decimal): -16466214 or 14335492. OLE color: 14335492.
HSL color Cylindrical-coordinate representation of color #04BEDA: hue angle of 187.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEDA is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 190 | 218 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.15 |
| HSL | 187.85º | 0.96% | 0.44% | - |
| HSV(B) | 187.85º | 0.98% | 0.85% | - |
| XYZ | 31.12 | 41.91 | 72.78 | - |
| YUV | 137.58 | 173.38 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 218 | 0.98 | 0.13 | 0 | 0.15 | 187.85 | 0.96 | 0.44 |
| Hex | 4 | BE | DA | 62 | D | 0 | F | BC | 60 | 2C |
| Octal | 4 | 276 | 332 | 142 | 15 | 0 | 17 | 274 | 140 | 54 |
| Binary | 100 | 10111110 | 11011010 | 1100010 | 1101 | 0 | 1111 | 10111100 | 1100000 | 101100 |
Color Harmonies of #04BEDA
Complementary color
Monochromatic Colors of #04BEDA
Black with #04BEDA
Text Example
Text Example
White with #04BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEDA; }
p { color: rgb(4,190,218); }
H1.HeaderClassName
{
color: #04BEDA;
}
.AnyTagClassName
{
color: #04BEDA;
}
</style>
background-color css
<style>
a { background-color: #04BEDA; }
a { background-color: rgb(4,190,218); }
div.DivClassName
{
background-color: #04BEDA;
}
.BgClassName
{
background-color: #04BEDA;
}
</style>
border-color css
<style>
span { border-color: #04BEDA; }
span { border-color: rgb(4,190,218); }
td.TdClassName
{
border-color: #04BEDA;
}
.TagClassName
{
border-color: #04BEDA;
}
</style>