Shades of Iris Blue #04BADE
Tints of Iris Blue #04BADE
RGB
CMYK
RGB Variations
Color information
#04BADE (or 0x04BADE) is known color: Iris Blue. HEX triplet: 04, BA and DE. RGB value is (4,186,222). Sum of RGB (Red+Green+Blue) = 4+186+222=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #04BADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BADE is #FB4521. Grayscale: #878787. Windows color (decimal): -16467234 or 14596612. OLE color: 14596612.
HSL color Cylindrical-coordinate representation of color #04BADE: hue angle of 189.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BADE is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 186 | 222 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.13 |
| HSL | 189.91º | 0.96% | 0.44% | - |
| HSV(B) | 189.91º | 0.98% | 0.87% | - |
| XYZ | 30.79 | 40.42 | 75.29 | - |
| YUV | 135.69 | 176.7 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 222 | 0.98 | 0.16 | 0 | 0.13 | 189.91 | 0.96 | 0.44 |
| Hex | 4 | BA | DE | 62 | 10 | 0 | D | BE | 60 | 2C |
| Octal | 4 | 272 | 336 | 142 | 20 | 0 | 15 | 276 | 140 | 54 |
| Binary | 100 | 10111010 | 11011110 | 1100010 | 10000 | 0 | 1101 | 10111110 | 1100000 | 101100 |
Color Harmonies of #04BADE
Complementary color
Monochromatic Colors of #04BADE
Black with #04BADE
Text Example
Text Example
White with #04BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BADE; }
p { color: rgb(4,186,222); }
H1.HeaderClassName
{
color: #04BADE;
}
.AnyTagClassName
{
color: #04BADE;
}
</style>
background-color css
<style>
a { background-color: #04BADE; }
a { background-color: rgb(4,186,222); }
div.DivClassName
{
background-color: #04BADE;
}
.BgClassName
{
background-color: #04BADE;
}
</style>
border-color css
<style>
span { border-color: #04BADE; }
span { border-color: rgb(4,186,222); }
td.TdClassName
{
border-color: #04BADE;
}
.TagClassName
{
border-color: #04BADE;
}
</style>