Shades of Deep Sky Blue #04B8FF
Tints of Deep Sky Blue #04B8FF
RGB
CMYK
RGB Variations
Color information
#04B8FF (or 0x04B8FF) is known color: Deep Sky Blue. HEX triplet: 04, B8 and FF. RGB value is (4,184,255). Sum of RGB (Red+Green+Blue) = 4+184+255=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #04B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8FF is #FB4700. Grayscale: #898989. Windows color (decimal): -16467713 or 16758788. OLE color: 16758788.
HSL color Cylindrical-coordinate representation of color #04B8FF: hue angle of 196.97º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8FF is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 184 | 255 | - |
| CMYK | 0.98 | 0.28 | 0 | 0 |
| HSL | 196.97º | 1% | 0.51% | - |
| HSV(B) | 196.97º | 0.98% | 1% | - |
| XYZ | 35.24 | 41.53 | 100.77 | - |
| YUV | 138.27 | 193.87 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 255 | 0.98 | 0.28 | 0 | 0 | 196.97 | 1 | 0.51 |
| Hex | 4 | B8 | FF | 62 | 1C | 0 | 0 | C5 | 64 | 33 |
| Octal | 4 | 270 | 377 | 142 | 34 | 0 | 0 | 305 | 144 | 63 |
| Binary | 100 | 10111000 | 11111111 | 1100010 | 11100 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #04B8FF
Complementary color
Monochromatic Colors of #04B8FF
Black with #04B8FF
Text Example
Text Example
White with #04B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8FF; }
p { color: rgb(4,184,255); }
H1.HeaderClassName
{
color: #04B8FF;
}
.AnyTagClassName
{
color: #04B8FF;
}
</style>
background-color css
<style>
a { background-color: #04B8FF; }
a { background-color: rgb(4,184,255); }
div.DivClassName
{
background-color: #04B8FF;
}
.BgClassName
{
background-color: #04B8FF;
}
</style>
border-color css
<style>
span { border-color: #04B8FF; }
span { border-color: rgb(4,184,255); }
td.TdClassName
{
border-color: #04B8FF;
}
.TagClassName
{
border-color: #04B8FF;
}
</style>