Shades of Deep Sky Blue #04D6FA
Tints of Deep Sky Blue #04D6FA
RGB
CMYK
RGB Variations
Color information
#04D6FA (or 0x04D6FA) is known color: Deep Sky Blue. HEX triplet: 04, D6 and FA. RGB value is (4,214,250). Sum of RGB (Red+Green+Blue) = 4+214+250=468 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #04D6FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D6FA is #FB2905. Grayscale: #9A9A9A. Windows color (decimal): -16460038 or 16438788. OLE color: 16438788.
HSL color Cylindrical-coordinate representation of color #04D6FA: hue angle of 188.78º 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 #04D6FA is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 214 | 250 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.02 |
| HSL | 188.78º | 0.97% | 0.5% | - |
| HSV(B) | 188.78º | 0.98% | 0.98% | - |
| XYZ | 41.35 | 55.02 | 98.88 | - |
| YUV | 155.31 | 181.43 | 20.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 250 | 0.98 | 0.14 | 0 | 0.02 | 188.78 | 0.97 | 0.5 |
| Hex | 4 | D6 | FA | 62 | E | 0 | 2 | BD | 61 | 32 |
| Octal | 4 | 326 | 372 | 142 | 16 | 0 | 2 | 275 | 141 | 62 |
| Binary | 100 | 11010110 | 11111010 | 1100010 | 1110 | 0 | 10 | 10111101 | 1100001 | 110010 |
Color Harmonies of #04D6FA
Complementary color
Monochromatic Colors of #04D6FA
Black with #04D6FA
Text Example
Text Example
White with #04D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D6FA; }
p { color: rgb(4,214,250); }
H1.HeaderClassName
{
color: #04D6FA;
}
.AnyTagClassName
{
color: #04D6FA;
}
</style>
background-color css
<style>
a { background-color: #04D6FA; }
a { background-color: rgb(4,214,250); }
div.DivClassName
{
background-color: #04D6FA;
}
.BgClassName
{
background-color: #04D6FA;
}
</style>
border-color css
<style>
span { border-color: #04D6FA; }
span { border-color: rgb(4,214,250); }
td.TdClassName
{
border-color: #04D6FA;
}
.TagClassName
{
border-color: #04D6FA;
}
</style>