Shades of Deep Sky Blue #04D1FD
Tints of Deep Sky Blue #04D1FD
RGB
CMYK
RGB Variations
Color information
#04D1FD (or 0x04D1FD) is known color: Deep Sky Blue. HEX triplet: 04, D1 and FD. RGB value is (4,209,253). Sum of RGB (Red+Green+Blue) = 4+209+253=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #04D1FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D1FD is #FB2E02. Grayscale: #989898. Windows color (decimal): -16461315 or 16634116. OLE color: 16634116.
HSL color Cylindrical-coordinate representation of color #04D1FD: hue angle of 190.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D1FD is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 209 | 253 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.01 |
| HSL | 190.6º | 0.98% | 0.5% | - |
| HSV(B) | 190.6º | 0.98% | 0.99% | - |
| XYZ | 40.58 | 52.72 | 100.97 | - |
| YUV | 152.72 | 184.58 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 253 | 0.98 | 0.17 | 0 | 0.01 | 190.6 | 0.98 | 0.5 |
| Hex | 4 | D1 | FD | 62 | 11 | 0 | 1 | BF | 62 | 32 |
| Octal | 4 | 321 | 375 | 142 | 21 | 0 | 1 | 277 | 142 | 62 |
| Binary | 100 | 11010001 | 11111101 | 1100010 | 10001 | 0 | 1 | 10111111 | 1100010 | 110010 |
Color Harmonies of #04D1FD
Complementary color
Monochromatic Colors of #04D1FD
Black with #04D1FD
Text Example
Text Example
White with #04D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D1FD; }
p { color: rgb(4,209,253); }
H1.HeaderClassName
{
color: #04D1FD;
}
.AnyTagClassName
{
color: #04D1FD;
}
</style>
background-color css
<style>
a { background-color: #04D1FD; }
a { background-color: rgb(4,209,253); }
div.DivClassName
{
background-color: #04D1FD;
}
.BgClassName
{
background-color: #04D1FD;
}
</style>
border-color css
<style>
span { border-color: #04D1FD; }
span { border-color: rgb(4,209,253); }
td.TdClassName
{
border-color: #04D1FD;
}
.TagClassName
{
border-color: #04D1FD;
}
</style>