Shades of Deep Sky Blue #04CFFC
Tints of Deep Sky Blue #04CFFC
RGB
CMYK
RGB Variations
Color information
#04CFFC (or 0x04CFFC) is known color: Deep Sky Blue. HEX triplet: 04, CF and FC. RGB value is (4,207,252). Sum of RGB (Red+Green+Blue) = 4+207+252=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #04CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFFC is #FB3003. Grayscale: #979797. Windows color (decimal): -16461828 or 16568068. OLE color: 16568068.
HSL color Cylindrical-coordinate representation of color #04CFFC: hue angle of 190.89º 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 #04CFFC is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 207 | 252 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.01 |
| HSL | 190.89º | 0.98% | 0.5% | - |
| HSV(B) | 190.89º | 0.98% | 0.99% | - |
| XYZ | 39.93 | 51.68 | 99.97 | - |
| YUV | 151.43 | 184.75 | 22.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 252 | 0.98 | 0.18 | 0 | 0.01 | 190.89 | 0.98 | 0.5 |
| Hex | 4 | CF | FC | 62 | 12 | 0 | 1 | BF | 62 | 32 |
| Octal | 4 | 317 | 374 | 142 | 22 | 0 | 1 | 277 | 142 | 62 |
| Binary | 100 | 11001111 | 11111100 | 1100010 | 10010 | 0 | 1 | 10111111 | 1100010 | 110010 |
Color Harmonies of #04CFFC
Complementary color
Monochromatic Colors of #04CFFC
Black with #04CFFC
Text Example
Text Example
White with #04CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFFC; }
p { color: rgb(4,207,252); }
H1.HeaderClassName
{
color: #04CFFC;
}
.AnyTagClassName
{
color: #04CFFC;
}
</style>
background-color css
<style>
a { background-color: #04CFFC; }
a { background-color: rgb(4,207,252); }
div.DivClassName
{
background-color: #04CFFC;
}
.BgClassName
{
background-color: #04CFFC;
}
</style>
border-color css
<style>
span { border-color: #04CFFC; }
span { border-color: rgb(4,207,252); }
td.TdClassName
{
border-color: #04CFFC;
}
.TagClassName
{
border-color: #04CFFC;
}
</style>