Shades of Deep Sky Blue #04DCFB
Tints of Deep Sky Blue #04DCFB
RGB
CMYK
RGB Variations
Color information
#04DCFB (or 0x04DCFB) is known color: Deep Sky Blue. HEX triplet: 04, DC and FB. RGB value is (4,220,251). Sum of RGB (Red+Green+Blue) = 4+220+251=475 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #04DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCFB is #FB2304. Grayscale: #9E9E9E. Windows color (decimal): -16458501 or 16505860. OLE color: 16505860.
HSL color Cylindrical-coordinate representation of color #04DCFB: hue angle of 187.53º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCFB is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 220 | 251 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.02 |
| HSL | 187.53º | 0.97% | 0.5% | - |
| HSV(B) | 187.53º | 0.98% | 0.98% | - |
| XYZ | 43.06 | 58.18 | 100.23 | - |
| YUV | 158.95 | 179.94 | 17.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 251 | 0.98 | 0.12 | 0 | 0.02 | 187.53 | 0.97 | 0.5 |
| Hex | 4 | DC | FB | 62 | C | 0 | 2 | BC | 61 | 32 |
| Octal | 4 | 334 | 373 | 142 | 14 | 0 | 2 | 274 | 141 | 62 |
| Binary | 100 | 11011100 | 11111011 | 1100010 | 1100 | 0 | 10 | 10111100 | 1100001 | 110010 |
Color Harmonies of #04DCFB
Complementary color
Monochromatic Colors of #04DCFB
Black with #04DCFB
Text Example
Text Example
White with #04DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCFB; }
p { color: rgb(4,220,251); }
H1.HeaderClassName
{
color: #04DCFB;
}
.AnyTagClassName
{
color: #04DCFB;
}
</style>
background-color css
<style>
a { background-color: #04DCFB; }
a { background-color: rgb(4,220,251); }
div.DivClassName
{
background-color: #04DCFB;
}
.BgClassName
{
background-color: #04DCFB;
}
</style>
border-color css
<style>
span { border-color: #04DCFB; }
span { border-color: rgb(4,220,251); }
td.TdClassName
{
border-color: #04DCFB;
}
.TagClassName
{
border-color: #04DCFB;
}
</style>