Shades of Deep Sky Blue #04C7FD
Tints of Deep Sky Blue #04C7FD
RGB
CMYK
RGB Variations
Color information
#04C7FD (or 0x04C7FD) is known color: Deep Sky Blue. HEX triplet: 04, C7 and FD. RGB value is (4,199,253). Sum of RGB (Red+Green+Blue) = 4+199+253=456 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #04C7FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C7FD is #FB3802. Grayscale: #929292. Windows color (decimal): -16463875 or 16631556. OLE color: 16631556.
HSL color Cylindrical-coordinate representation of color #04C7FD: hue angle of 193.01º 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 #04C7FD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 199 | 253 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.01 |
| HSL | 193.01º | 0.98% | 0.5% | - |
| HSV(B) | 193.01º | 0.98% | 0.99% | - |
| XYZ | 38.2 | 47.96 | 100.17 | - |
| YUV | 146.85 | 187.9 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 199 | 253 | 0.98 | 0.21 | 0 | 0.01 | 193.01 | 0.98 | 0.5 |
| Hex | 4 | C7 | FD | 62 | 15 | 0 | 1 | C1 | 62 | 32 |
| Octal | 4 | 307 | 375 | 142 | 25 | 0 | 1 | 301 | 142 | 62 |
| Binary | 100 | 11000111 | 11111101 | 1100010 | 10101 | 0 | 1 | 11000001 | 1100010 | 110010 |
Color Harmonies of #04C7FD
Complementary color
Monochromatic Colors of #04C7FD
Black with #04C7FD
Text Example
Text Example
White with #04C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C7FD; }
p { color: rgb(4,199,253); }
H1.HeaderClassName
{
color: #04C7FD;
}
.AnyTagClassName
{
color: #04C7FD;
}
</style>
background-color css
<style>
a { background-color: #04C7FD; }
a { background-color: rgb(4,199,253); }
div.DivClassName
{
background-color: #04C7FD;
}
.BgClassName
{
background-color: #04C7FD;
}
</style>
border-color css
<style>
span { border-color: #04C7FD; }
span { border-color: rgb(4,199,253); }
td.TdClassName
{
border-color: #04C7FD;
}
.TagClassName
{
border-color: #04C7FD;
}
</style>