Shades of Iris Blue #04BACE
Tints of Iris Blue #04BACE
RGB
CMYK
RGB Variations
Color information
#04BACE (or 0x04BACE) is known color: Iris Blue. HEX triplet: 04, BA and CE. RGB value is (4,186,206). Sum of RGB (Red+Green+Blue) = 4+186+206=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #04BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BACE is #FB4531. Grayscale: #858585. Windows color (decimal): -16467250 or 13548036. OLE color: 13548036.
HSL color Cylindrical-coordinate representation of color #04BACE: hue angle of 185.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BACE is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 186 | 206 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.19 |
| HSL | 185.94º | 0.96% | 0.41% | - |
| HSV(B) | 185.94º | 0.98% | 0.81% | - |
| XYZ | 28.75 | 39.6 | 64.52 | - |
| YUV | 133.86 | 168.7 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 206 | 0.98 | 0.10 | 0 | 0.19 | 185.94 | 0.96 | 0.41 |
| Hex | 4 | BA | CE | 62 | A | 0 | 13 | BA | 60 | 29 |
| Octal | 4 | 272 | 316 | 142 | 12 | 0 | 23 | 272 | 140 | 51 |
| Binary | 100 | 10111010 | 11001110 | 1100010 | 1010 | 0 | 10011 | 10111010 | 1100000 | 101001 |
Color Harmonies of #04BACE
Complementary color
Monochromatic Colors of #04BACE
Black with #04BACE
Text Example
Text Example
White with #04BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BACE; }
p { color: rgb(4,186,206); }
H1.HeaderClassName
{
color: #04BACE;
}
.AnyTagClassName
{
color: #04BACE;
}
</style>
background-color css
<style>
a { background-color: #04BACE; }
a { background-color: rgb(4,186,206); }
div.DivClassName
{
background-color: #04BACE;
}
.BgClassName
{
background-color: #04BACE;
}
</style>
border-color css
<style>
span { border-color: #04BACE; }
span { border-color: rgb(4,186,206); }
td.TdClassName
{
border-color: #04BACE;
}
.TagClassName
{
border-color: #04BACE;
}
</style>