Shades of Deep Sky Blue #04CAFC
Tints of Deep Sky Blue #04CAFC
RGB
CMYK
RGB Variations
Color information
#04CAFC (or 0x04CAFC) is known color: Deep Sky Blue. HEX triplet: 04, CA and FC. RGB value is (4,202,252). Sum of RGB (Red+Green+Blue) = 4+202+252=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #04CAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CAFC is #FB3503. Grayscale: #949494. Windows color (decimal): -16463108 or 16566788. OLE color: 16566788.
HSL color Cylindrical-coordinate representation of color #04CAFC: hue angle of 192.1º 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 #04CAFC is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 202 | 252 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.01 |
| HSL | 192.1º | 0.98% | 0.5% | - |
| HSV(B) | 192.1º | 0.98% | 0.99% | - |
| XYZ | 38.74 | 49.3 | 99.57 | - |
| YUV | 148.5 | 186.4 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 252 | 0.98 | 0.20 | 0 | 0.01 | 192.1 | 0.98 | 0.5 |
| Hex | 4 | CA | FC | 62 | 14 | 0 | 1 | C0 | 62 | 32 |
| Octal | 4 | 312 | 374 | 142 | 24 | 0 | 1 | 300 | 142 | 62 |
| Binary | 100 | 11001010 | 11111100 | 1100010 | 10100 | 0 | 1 | 11000000 | 1100010 | 110010 |
Color Harmonies of #04CAFC
Complementary color
Monochromatic Colors of #04CAFC
Black with #04CAFC
Text Example
Text Example
White with #04CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CAFC; }
p { color: rgb(4,202,252); }
H1.HeaderClassName
{
color: #04CAFC;
}
.AnyTagClassName
{
color: #04CAFC;
}
</style>
background-color css
<style>
a { background-color: #04CAFC; }
a { background-color: rgb(4,202,252); }
div.DivClassName
{
background-color: #04CAFC;
}
.BgClassName
{
background-color: #04CAFC;
}
</style>
border-color css
<style>
span { border-color: #04CAFC; }
span { border-color: rgb(4,202,252); }
td.TdClassName
{
border-color: #04CAFC;
}
.TagClassName
{
border-color: #04CAFC;
}
</style>