Shades of Deep Sky Blue #04CFF7
Tints of Deep Sky Blue #04CFF7
RGB
CMYK
RGB Variations
Color information
#04CFF7 (or 0x04CFF7) is known color: Deep Sky Blue. HEX triplet: 04, CF and F7. RGB value is (4,207,247). Sum of RGB (Red+Green+Blue) = 4+207+247=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #04CFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFF7 is #FB3008. Grayscale: #969696. Windows color (decimal): -16461833 or 16240388. OLE color: 16240388.
HSL color Cylindrical-coordinate representation of color #04CFF7: hue angle of 189.88º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFF7 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 207 | 247 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.03 |
| HSL | 189.88º | 0.97% | 0.49% | - |
| HSV(B) | 189.88º | 0.98% | 0.97% | - |
| XYZ | 39.15 | 51.37 | 95.85 | - |
| YUV | 150.86 | 182.25 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 247 | 0.98 | 0.16 | 0 | 0.03 | 189.88 | 0.97 | 0.49 |
| Hex | 4 | CF | F7 | 62 | 10 | 0 | 3 | BE | 61 | 31 |
| Octal | 4 | 317 | 367 | 142 | 20 | 0 | 3 | 276 | 141 | 61 |
| Binary | 100 | 11001111 | 11110111 | 1100010 | 10000 | 0 | 11 | 10111110 | 1100001 | 110001 |
Color Harmonies of #04CFF7
Complementary color
Monochromatic Colors of #04CFF7
Black with #04CFF7
Text Example
Text Example
White with #04CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFF7; }
p { color: rgb(4,207,247); }
H1.HeaderClassName
{
color: #04CFF7;
}
.AnyTagClassName
{
color: #04CFF7;
}
</style>
background-color css
<style>
a { background-color: #04CFF7; }
a { background-color: rgb(4,207,247); }
div.DivClassName
{
background-color: #04CFF7;
}
.BgClassName
{
background-color: #04CFF7;
}
</style>
border-color css
<style>
span { border-color: #04CFF7; }
span { border-color: rgb(4,207,247); }
td.TdClassName
{
border-color: #04CFF7;
}
.TagClassName
{
border-color: #04CFF7;
}
</style>