Shades of Deep Sky Blue #04DBFC
Tints of Deep Sky Blue #04DBFC
RGB
CMYK
RGB Variations
Color information
#04DBFC (or 0x04DBFC) is known color: Deep Sky Blue. HEX triplet: 04, DB and FC. RGB value is (4,219,252). Sum of RGB (Red+Green+Blue) = 4+219+252=475 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #04DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBFC is #FB2403. Grayscale: #9E9E9E. Windows color (decimal): -16458756 or 16571140. OLE color: 16571140.
HSL color Cylindrical-coordinate representation of color #04DBFC: hue angle of 187.98º 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 #04DBFC is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 219 | 252 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.01 |
| HSL | 187.98º | 0.98% | 0.5% | - |
| HSV(B) | 187.98º | 0.98% | 0.99% | - |
| XYZ | 42.95 | 57.72 | 100.97 | - |
| YUV | 158.48 | 180.77 | 17.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 252 | 0.98 | 0.13 | 0 | 0.01 | 187.98 | 0.98 | 0.5 |
| Hex | 4 | DB | FC | 62 | D | 0 | 1 | BC | 62 | 32 |
| Octal | 4 | 333 | 374 | 142 | 15 | 0 | 1 | 274 | 142 | 62 |
| Binary | 100 | 11011011 | 11111100 | 1100010 | 1101 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #04DBFC
Complementary color
Monochromatic Colors of #04DBFC
Black with #04DBFC
Text Example
Text Example
White with #04DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBFC; }
p { color: rgb(4,219,252); }
H1.HeaderClassName
{
color: #04DBFC;
}
.AnyTagClassName
{
color: #04DBFC;
}
</style>
background-color css
<style>
a { background-color: #04DBFC; }
a { background-color: rgb(4,219,252); }
div.DivClassName
{
background-color: #04DBFC;
}
.BgClassName
{
background-color: #04DBFC;
}
</style>
border-color css
<style>
span { border-color: #04DBFC; }
span { border-color: rgb(4,219,252); }
td.TdClassName
{
border-color: #04DBFC;
}
.TagClassName
{
border-color: #04DBFC;
}
</style>