Shades of Deep Sky Blue #04D3FD
Tints of Deep Sky Blue #04D3FD
RGB
CMYK
RGB Variations
Color information
#04D3FD (or 0x04D3FD) is known color: Deep Sky Blue. HEX triplet: 04, D3 and FD. RGB value is (4,211,253). Sum of RGB (Red+Green+Blue) = 4+211+253=468 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #04D3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D3FD is #FB2C02. Grayscale: #999999. Windows color (decimal): -16460803 or 16634628. OLE color: 16634628.
HSL color Cylindrical-coordinate representation of color #04D3FD: hue angle of 190.12º 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 #04D3FD is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 211 | 253 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.01 |
| HSL | 190.12º | 0.98% | 0.5% | - |
| HSV(B) | 190.12º | 0.98% | 0.99% | - |
| XYZ | 41.07 | 53.71 | 101.13 | - |
| YUV | 153.9 | 183.92 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 211 | 253 | 0.98 | 0.17 | 0 | 0.01 | 190.12 | 0.98 | 0.5 |
| Hex | 4 | D3 | FD | 62 | 11 | 0 | 1 | BE | 62 | 32 |
| Octal | 4 | 323 | 375 | 142 | 21 | 0 | 1 | 276 | 142 | 62 |
| Binary | 100 | 11010011 | 11111101 | 1100010 | 10001 | 0 | 1 | 10111110 | 1100010 | 110010 |
Color Harmonies of #04D3FD
Complementary color
Monochromatic Colors of #04D3FD
Black with #04D3FD
Text Example
Text Example
White with #04D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D3FD; }
p { color: rgb(4,211,253); }
H1.HeaderClassName
{
color: #04D3FD;
}
.AnyTagClassName
{
color: #04D3FD;
}
</style>
background-color css
<style>
a { background-color: #04D3FD; }
a { background-color: rgb(4,211,253); }
div.DivClassName
{
background-color: #04D3FD;
}
.BgClassName
{
background-color: #04D3FD;
}
</style>
border-color css
<style>
span { border-color: #04D3FD; }
span { border-color: rgb(4,211,253); }
td.TdClassName
{
border-color: #04D3FD;
}
.TagClassName
{
border-color: #04D3FD;
}
</style>