Shades of Deep Sky Blue #04D7FE
Tints of Deep Sky Blue #04D7FE
RGB
CMYK
RGB Variations
Color information
#04D7FE (or 0x04D7FE) is known color: Deep Sky Blue. HEX triplet: 04, D7 and FE. RGB value is (4,215,254). Sum of RGB (Red+Green+Blue) = 4+215+254=473 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #04D7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D7FE is #FB2801. Grayscale: #9B9B9B. Windows color (decimal): -16459778 or 16701188. OLE color: 16701188.
HSL color Cylindrical-coordinate representation of color #04D7FE: hue angle of 189.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D7FE is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 215 | 254 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.00 |
| HSL | 189.36º | 0.99% | 0.51% | - |
| HSV(B) | 189.36º | 0.98% | 1% | - |
| XYZ | 42.24 | 55.78 | 102.31 | - |
| YUV | 156.36 | 183.1 | 19.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 215 | 254 | 0.98 | 0.15 | 0 | 0.00 | 189.36 | 0.99 | 0.51 |
| Hex | 4 | D7 | FE | 62 | F | 0 | 0 | BD | 63 | 33 |
| Octal | 4 | 327 | 376 | 142 | 17 | 0 | 0 | 275 | 143 | 63 |
| Binary | 100 | 11010111 | 11111110 | 1100010 | 1111 | 0 | 0 | 10111101 | 1100011 | 110011 |
Color Harmonies of #04D7FE
Complementary color
Monochromatic Colors of #04D7FE
Black with #04D7FE
Text Example
Text Example
White with #04D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D7FE; }
p { color: rgb(4,215,254); }
H1.HeaderClassName
{
color: #04D7FE;
}
.AnyTagClassName
{
color: #04D7FE;
}
</style>
background-color css
<style>
a { background-color: #04D7FE; }
a { background-color: rgb(4,215,254); }
div.DivClassName
{
background-color: #04D7FE;
}
.BgClassName
{
background-color: #04D7FE;
}
</style>
border-color css
<style>
span { border-color: #04D7FE; }
span { border-color: rgb(4,215,254); }
td.TdClassName
{
border-color: #04D7FE;
}
.TagClassName
{
border-color: #04D7FE;
}
</style>