Shades of Deep Sky Blue #04B9FE
Tints of Deep Sky Blue #04B9FE
RGB
CMYK
RGB Variations
Color information
#04B9FE (or 0x04B9FE) is known color: Deep Sky Blue. HEX triplet: 04, B9 and FE. RGB value is (4,185,254). Sum of RGB (Red+Green+Blue) = 4+185+254=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #04B9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B9FE is #FB4601. Grayscale: #8A8A8A. Windows color (decimal): -16467458 or 16693508. OLE color: 16693508.
HSL color Cylindrical-coordinate representation of color #04B9FE: hue angle of 196.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B9FE is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 185 | 254 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.00 |
| HSL | 196.56º | 0.99% | 0.51% | - |
| HSV(B) | 196.56º | 0.98% | 1% | - |
| XYZ | 35.29 | 41.88 | 99.99 | - |
| YUV | 138.75 | 193.03 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 254 | 0.98 | 0.27 | 0 | 0.00 | 196.56 | 0.99 | 0.51 |
| Hex | 4 | B9 | FE | 62 | 1B | 0 | 0 | C5 | 63 | 33 |
| Octal | 4 | 271 | 376 | 142 | 33 | 0 | 0 | 305 | 143 | 63 |
| Binary | 100 | 10111001 | 11111110 | 1100010 | 11011 | 0 | 0 | 11000101 | 1100011 | 110011 |
Color Harmonies of #04B9FE
Complementary color
Monochromatic Colors of #04B9FE
Black with #04B9FE
Text Example
Text Example
White with #04B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B9FE; }
p { color: rgb(4,185,254); }
H1.HeaderClassName
{
color: #04B9FE;
}
.AnyTagClassName
{
color: #04B9FE;
}
</style>
background-color css
<style>
a { background-color: #04B9FE; }
a { background-color: rgb(4,185,254); }
div.DivClassName
{
background-color: #04B9FE;
}
.BgClassName
{
background-color: #04B9FE;
}
</style>
border-color css
<style>
span { border-color: #04B9FE; }
span { border-color: rgb(4,185,254); }
td.TdClassName
{
border-color: #04B9FE;
}
.TagClassName
{
border-color: #04B9FE;
}
</style>