Shades of Deep Sky Blue #04D5FA
Tints of Deep Sky Blue #04D5FA
RGB
CMYK
RGB Variations
Color information
#04D5FA (or 0x04D5FA) is known color: Deep Sky Blue. HEX triplet: 04, D5 and FA. RGB value is (4,213,250). Sum of RGB (Red+Green+Blue) = 4+213+250=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #04D5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D5FA is #FB2A05. Grayscale: #9A9A9A. Windows color (decimal): -16460294 or 16438532. OLE color: 16438532.
HSL color Cylindrical-coordinate representation of color #04D5FA: hue angle of 189.02º 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 #04D5FA is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 213 | 250 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.02 |
| HSL | 189.02º | 0.97% | 0.5% | - |
| HSV(B) | 189.02º | 0.98% | 0.98% | - |
| XYZ | 41.1 | 54.52 | 98.8 | - |
| YUV | 154.73 | 181.76 | 20.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 250 | 0.98 | 0.15 | 0 | 0.02 | 189.02 | 0.97 | 0.5 |
| Hex | 4 | D5 | FA | 62 | F | 0 | 2 | BD | 61 | 32 |
| Octal | 4 | 325 | 372 | 142 | 17 | 0 | 2 | 275 | 141 | 62 |
| Binary | 100 | 11010101 | 11111010 | 1100010 | 1111 | 0 | 10 | 10111101 | 1100001 | 110010 |
Color Harmonies of #04D5FA
Complementary color
Monochromatic Colors of #04D5FA
Black with #04D5FA
Text Example
Text Example
White with #04D5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D5FA; }
p { color: rgb(4,213,250); }
H1.HeaderClassName
{
color: #04D5FA;
}
.AnyTagClassName
{
color: #04D5FA;
}
</style>
background-color css
<style>
a { background-color: #04D5FA; }
a { background-color: rgb(4,213,250); }
div.DivClassName
{
background-color: #04D5FA;
}
.BgClassName
{
background-color: #04D5FA;
}
</style>
border-color css
<style>
span { border-color: #04D5FA; }
span { border-color: rgb(4,213,250); }
td.TdClassName
{
border-color: #04D5FA;
}
.TagClassName
{
border-color: #04D5FA;
}
</style>