Shades of Deep Sky Blue #04CDF0
Tints of Deep Sky Blue #04CDF0
RGB
CMYK
RGB Variations
Color information
#04CDF0 (or 0x04CDF0) is known color: Deep Sky Blue. HEX triplet: 04, CD and F0. RGB value is (4,205,240). Sum of RGB (Red+Green+Blue) = 4+205+240=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #04CDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CDF0 is #FB320F. Grayscale: #949494. Windows color (decimal): -16462352 or 15781124. OLE color: 15781124.
HSL color Cylindrical-coordinate representation of color #04CDF0: hue angle of 188.9º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CDF0 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 205 | 240 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.06 |
| HSL | 188.9º | 0.97% | 0.48% | - |
| HSV(B) | 188.9º | 0.98% | 0.94% | - |
| XYZ | 37.61 | 49.98 | 90.1 | - |
| YUV | 148.89 | 179.41 | 24.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 240 | 0.98 | 0.15 | 0 | 0.06 | 188.9 | 0.97 | 0.48 |
| Hex | 4 | CD | F0 | 62 | F | 0 | 6 | BD | 61 | 30 |
| Octal | 4 | 315 | 360 | 142 | 17 | 0 | 6 | 275 | 141 | 60 |
| Binary | 100 | 11001101 | 11110000 | 1100010 | 1111 | 0 | 110 | 10111101 | 1100001 | 110000 |
Color Harmonies of #04CDF0
Complementary color
Monochromatic Colors of #04CDF0
Black with #04CDF0
Text Example
Text Example
White with #04CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDF0; }
p { color: rgb(4,205,240); }
H1.HeaderClassName
{
color: #04CDF0;
}
.AnyTagClassName
{
color: #04CDF0;
}
</style>
background-color css
<style>
a { background-color: #04CDF0; }
a { background-color: rgb(4,205,240); }
div.DivClassName
{
background-color: #04CDF0;
}
.BgClassName
{
background-color: #04CDF0;
}
</style>
border-color css
<style>
span { border-color: #04CDF0; }
span { border-color: rgb(4,205,240); }
td.TdClassName
{
border-color: #04CDF0;
}
.TagClassName
{
border-color: #04CDF0;
}
</style>