Shades of Deep Sky Blue #04CFFD
Tints of Deep Sky Blue #04CFFD
RGB
CMYK
RGB Variations
Color information
#04CFFD (or 0x04CFFD) is known color: Deep Sky Blue. HEX triplet: 04, CF and FD. RGB value is (4,207,253). Sum of RGB (Red+Green+Blue) = 4+207+253=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #04CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFFD is #FB3002. Grayscale: #979797. Windows color (decimal): -16461827 or 16633604. OLE color: 16633604.
HSL color Cylindrical-coordinate representation of color #04CFFD: hue angle of 191.08º 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 #04CFFD is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 207 | 253 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.01 |
| HSL | 191.08º | 0.98% | 0.5% | - |
| HSV(B) | 191.08º | 0.98% | 0.99% | - |
| XYZ | 40.09 | 51.74 | 100.8 | - |
| YUV | 151.55 | 185.25 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 253 | 0.98 | 0.18 | 0 | 0.01 | 191.08 | 0.98 | 0.5 |
| Hex | 4 | CF | FD | 62 | 12 | 0 | 1 | BF | 62 | 32 |
| Octal | 4 | 317 | 375 | 142 | 22 | 0 | 1 | 277 | 142 | 62 |
| Binary | 100 | 11001111 | 11111101 | 1100010 | 10010 | 0 | 1 | 10111111 | 1100010 | 110010 |
Color Harmonies of #04CFFD
Complementary color
Monochromatic Colors of #04CFFD
Black with #04CFFD
Text Example
Text Example
White with #04CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFFD; }
p { color: rgb(4,207,253); }
H1.HeaderClassName
{
color: #04CFFD;
}
.AnyTagClassName
{
color: #04CFFD;
}
</style>
background-color css
<style>
a { background-color: #04CFFD; }
a { background-color: rgb(4,207,253); }
div.DivClassName
{
background-color: #04CFFD;
}
.BgClassName
{
background-color: #04CFFD;
}
</style>
border-color css
<style>
span { border-color: #04CFFD; }
span { border-color: rgb(4,207,253); }
td.TdClassName
{
border-color: #04CFFD;
}
.TagClassName
{
border-color: #04CFFD;
}
</style>