Shades of Deep Sky Blue #04BBEA
Tints of Deep Sky Blue #04BBEA
RGB
CMYK
RGB Variations
Color information
#04BBEA (or 0x04BBEA) is known color: Deep Sky Blue. HEX triplet: 04, BB and EA. RGB value is (4,187,234). Sum of RGB (Red+Green+Blue) = 4+187+234=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #04BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BBEA is #FB4415. Grayscale: #898989. Windows color (decimal): -16466966 or 15383300. OLE color: 15383300.
HSL color Cylindrical-coordinate representation of color #04BBEA: hue angle of 192.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBEA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 187 | 234 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.08 |
| HSL | 192.26º | 0.97% | 0.47% | - |
| HSV(B) | 192.26º | 0.98% | 0.92% | - |
| XYZ | 32.67 | 41.51 | 84.13 | - |
| YUV | 137.64 | 182.37 | 32.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 234 | 0.98 | 0.20 | 0 | 0.08 | 192.26 | 0.97 | 0.47 |
| Hex | 4 | BB | EA | 62 | 14 | 0 | 8 | C0 | 61 | 2F |
| Octal | 4 | 273 | 352 | 142 | 24 | 0 | 10 | 300 | 141 | 57 |
| Binary | 100 | 10111011 | 11101010 | 1100010 | 10100 | 0 | 1000 | 11000000 | 1100001 | 101111 |
Color Harmonies of #04BBEA
Complementary color
Monochromatic Colors of #04BBEA
Black with #04BBEA
Text Example
Text Example
White with #04BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBEA; }
p { color: rgb(4,187,234); }
H1.HeaderClassName
{
color: #04BBEA;
}
.AnyTagClassName
{
color: #04BBEA;
}
</style>
background-color css
<style>
a { background-color: #04BBEA; }
a { background-color: rgb(4,187,234); }
div.DivClassName
{
background-color: #04BBEA;
}
.BgClassName
{
background-color: #04BBEA;
}
</style>
border-color css
<style>
span { border-color: #04BBEA; }
span { border-color: rgb(4,187,234); }
td.TdClassName
{
border-color: #04BBEA;
}
.TagClassName
{
border-color: #04BBEA;
}
</style>