Shades of Deep Sky Blue #04CDEF
Tints of Deep Sky Blue #04CDEF
RGB
CMYK
RGB Variations
Color information
#04CDEF (or 0x04CDEF) is known color: Deep Sky Blue. HEX triplet: 04, CD and EF. RGB value is (4,205,239). Sum of RGB (Red+Green+Blue) = 4+205+239=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #04CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CDEF is #FB3210. Grayscale: #949494. Windows color (decimal): -16462353 or 15715588. OLE color: 15715588.
HSL color Cylindrical-coordinate representation of color #04CDEF: hue angle of 188.68º 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 #04CDEF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 205 | 239 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.06 |
| HSL | 188.68º | 0.97% | 0.48% | - |
| HSV(B) | 188.68º | 0.98% | 0.94% | - |
| XYZ | 37.46 | 49.92 | 89.32 | - |
| YUV | 148.78 | 178.91 | 24.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 239 | 0.98 | 0.14 | 0 | 0.06 | 188.68 | 0.97 | 0.48 |
| Hex | 4 | CD | EF | 62 | E | 0 | 6 | BD | 61 | 30 |
| Octal | 4 | 315 | 357 | 142 | 16 | 0 | 6 | 275 | 141 | 60 |
| Binary | 100 | 11001101 | 11101111 | 1100010 | 1110 | 0 | 110 | 10111101 | 1100001 | 110000 |
Color Harmonies of #04CDEF
Complementary color
Monochromatic Colors of #04CDEF
Black with #04CDEF
Text Example
Text Example
White with #04CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDEF; }
p { color: rgb(4,205,239); }
H1.HeaderClassName
{
color: #04CDEF;
}
.AnyTagClassName
{
color: #04CDEF;
}
</style>
background-color css
<style>
a { background-color: #04CDEF; }
a { background-color: rgb(4,205,239); }
div.DivClassName
{
background-color: #04CDEF;
}
.BgClassName
{
background-color: #04CDEF;
}
</style>
border-color css
<style>
span { border-color: #04CDEF; }
span { border-color: rgb(4,205,239); }
td.TdClassName
{
border-color: #04CDEF;
}
.TagClassName
{
border-color: #04CDEF;
}
</style>