Shades of Deep Sky Blue #04DBFF
Tints of Deep Sky Blue #04DBFF
RGB
CMYK
RGB Variations
Color information
#04DBFF (or 0x04DBFF) is known color: Deep Sky Blue. HEX triplet: 04, DB and FF. RGB value is (4,219,255). Sum of RGB (Red+Green+Blue) = 4+219+255=478 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #04DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBFF is #FB2400. Grayscale: #9E9E9E. Windows color (decimal): -16458753 or 16767748. OLE color: 16767748.
HSL color Cylindrical-coordinate representation of color #04DBFF: hue angle of 188.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBFF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 219 | 255 | - |
| CMYK | 0.98 | 0.14 | 0 | 0 |
| HSL | 188.61º | 1% | 0.51% | - |
| HSV(B) | 188.61º | 0.98% | 1% | - |
| XYZ | 43.43 | 57.91 | 103.5 | - |
| YUV | 158.82 | 182.27 | 17.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 255 | 0.98 | 0.14 | 0 | 0 | 188.61 | 1 | 0.51 |
| Hex | 4 | DB | FF | 62 | E | 0 | 0 | BD | 64 | 33 |
| Octal | 4 | 333 | 377 | 142 | 16 | 0 | 0 | 275 | 144 | 63 |
| Binary | 100 | 11011011 | 11111111 | 1100010 | 1110 | 0 | 0 | 10111101 | 1100100 | 110011 |
Color Harmonies of #04DBFF
Complementary color
Monochromatic Colors of #04DBFF
Black with #04DBFF
Text Example
Text Example
White with #04DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBFF; }
p { color: rgb(4,219,255); }
H1.HeaderClassName
{
color: #04DBFF;
}
.AnyTagClassName
{
color: #04DBFF;
}
</style>
background-color css
<style>
a { background-color: #04DBFF; }
a { background-color: rgb(4,219,255); }
div.DivClassName
{
background-color: #04DBFF;
}
.BgClassName
{
background-color: #04DBFF;
}
</style>
border-color css
<style>
span { border-color: #04DBFF; }
span { border-color: rgb(4,219,255); }
td.TdClassName
{
border-color: #04DBFF;
}
.TagClassName
{
border-color: #04DBFF;
}
</style>