Shades of Deep Sky Blue #04B8FA
Tints of Deep Sky Blue #04B8FA
RGB
CMYK
RGB Variations
Color information
#04B8FA (or 0x04B8FA) is known color: Deep Sky Blue. HEX triplet: 04, B8 and FA. RGB value is (4,184,250). Sum of RGB (Red+Green+Blue) = 4+184+250=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #04B8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8FA is #FB4705. Grayscale: #898989. Windows color (decimal): -16467718 or 16431108. OLE color: 16431108.
HSL color Cylindrical-coordinate representation of color #04B8FA: hue angle of 196.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8FA is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 184 | 250 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.02 |
| HSL | 196.1º | 0.97% | 0.5% | - |
| HSV(B) | 196.1º | 0.98% | 0.98% | - |
| XYZ | 34.45 | 41.21 | 96.58 | - |
| YUV | 137.7 | 191.37 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 250 | 0.98 | 0.26 | 0 | 0.02 | 196.1 | 0.97 | 0.5 |
| Hex | 4 | B8 | FA | 62 | 1A | 0 | 2 | C4 | 61 | 32 |
| Octal | 4 | 270 | 372 | 142 | 32 | 0 | 2 | 304 | 141 | 62 |
| Binary | 100 | 10111000 | 11111010 | 1100010 | 11010 | 0 | 10 | 11000100 | 1100001 | 110010 |
Color Harmonies of #04B8FA
Complementary color
Monochromatic Colors of #04B8FA
Black with #04B8FA
Text Example
Text Example
White with #04B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8FA; }
p { color: rgb(4,184,250); }
H1.HeaderClassName
{
color: #04B8FA;
}
.AnyTagClassName
{
color: #04B8FA;
}
</style>
background-color css
<style>
a { background-color: #04B8FA; }
a { background-color: rgb(4,184,250); }
div.DivClassName
{
background-color: #04B8FA;
}
.BgClassName
{
background-color: #04B8FA;
}
</style>
border-color css
<style>
span { border-color: #04B8FA; }
span { border-color: rgb(4,184,250); }
td.TdClassName
{
border-color: #04B8FA;
}
.TagClassName
{
border-color: #04B8FA;
}
</style>