Shades of Deep Sky Blue #04CCFC
Tints of Deep Sky Blue #04CCFC
RGB
CMYK
RGB Variations
Color information
#04CCFC (or 0x04CCFC) is known color: Deep Sky Blue. HEX triplet: 04, CC and FC. RGB value is (4,204,252). Sum of RGB (Red+Green+Blue) = 4+204+252=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #04CCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CCFC is #FB3303. Grayscale: #959595. Windows color (decimal): -16462596 or 16567300. OLE color: 16567300.
HSL color Cylindrical-coordinate representation of color #04CCFC: hue angle of 191.61º 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 #04CCFC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 204 | 252 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.01 |
| HSL | 191.61º | 0.98% | 0.5% | - |
| HSV(B) | 191.61º | 0.98% | 0.99% | - |
| XYZ | 39.21 | 50.24 | 99.73 | - |
| YUV | 149.67 | 185.74 | 24.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 252 | 0.98 | 0.19 | 0 | 0.01 | 191.61 | 0.98 | 0.5 |
| Hex | 4 | CC | FC | 62 | 13 | 0 | 1 | C0 | 62 | 32 |
| Octal | 4 | 314 | 374 | 142 | 23 | 0 | 1 | 300 | 142 | 62 |
| Binary | 100 | 11001100 | 11111100 | 1100010 | 10011 | 0 | 1 | 11000000 | 1100010 | 110010 |
Color Harmonies of #04CCFC
Complementary color
Monochromatic Colors of #04CCFC
Black with #04CCFC
Text Example
Text Example
White with #04CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCFC; }
p { color: rgb(4,204,252); }
H1.HeaderClassName
{
color: #04CCFC;
}
.AnyTagClassName
{
color: #04CCFC;
}
</style>
background-color css
<style>
a { background-color: #04CCFC; }
a { background-color: rgb(4,204,252); }
div.DivClassName
{
background-color: #04CCFC;
}
.BgClassName
{
background-color: #04CCFC;
}
</style>
border-color css
<style>
span { border-color: #04CCFC; }
span { border-color: rgb(4,204,252); }
td.TdClassName
{
border-color: #04CCFC;
}
.TagClassName
{
border-color: #04CCFC;
}
</style>