Shades of Deep Sky Blue #04D4FA
Tints of Deep Sky Blue #04D4FA
RGB
CMYK
RGB Variations
Color information
#04D4FA (or 0x04D4FA) is known color: Deep Sky Blue. HEX triplet: 04, D4 and FA. RGB value is (4,212,250). Sum of RGB (Red+Green+Blue) = 4+212+250=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #04D4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D4FA is #FB2B05. Grayscale: #999999. Windows color (decimal): -16460550 or 16438276. OLE color: 16438276.
HSL color Cylindrical-coordinate representation of color #04D4FA: hue angle of 189.27º 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 #04D4FA is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 212 | 250 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.02 |
| HSL | 189.27º | 0.97% | 0.5% | - |
| HSV(B) | 189.27º | 0.98% | 0.98% | - |
| XYZ | 40.85 | 54.01 | 98.72 | - |
| YUV | 154.14 | 182.09 | 20.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 212 | 250 | 0.98 | 0.15 | 0 | 0.02 | 189.27 | 0.97 | 0.5 |
| Hex | 4 | D4 | FA | 62 | F | 0 | 2 | BD | 61 | 32 |
| Octal | 4 | 324 | 372 | 142 | 17 | 0 | 2 | 275 | 141 | 62 |
| Binary | 100 | 11010100 | 11111010 | 1100010 | 1111 | 0 | 10 | 10111101 | 1100001 | 110010 |
Color Harmonies of #04D4FA
Complementary color
Monochromatic Colors of #04D4FA
Black with #04D4FA
Text Example
Text Example
White with #04D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D4FA; }
p { color: rgb(4,212,250); }
H1.HeaderClassName
{
color: #04D4FA;
}
.AnyTagClassName
{
color: #04D4FA;
}
</style>
background-color css
<style>
a { background-color: #04D4FA; }
a { background-color: rgb(4,212,250); }
div.DivClassName
{
background-color: #04D4FA;
}
.BgClassName
{
background-color: #04D4FA;
}
</style>
border-color css
<style>
span { border-color: #04D4FA; }
span { border-color: rgb(4,212,250); }
td.TdClassName
{
border-color: #04D4FA;
}
.TagClassName
{
border-color: #04D4FA;
}
</style>