Shades of Deep Sky Blue #04ADE6
Tints of Deep Sky Blue #04ADE6
RGB
CMYK
RGB Variations
Color information
#04ADE6 (or 0x04ADE6) is known color: Deep Sky Blue. HEX triplet: 04, AD and E6. RGB value is (4,173,230). Sum of RGB (Red+Green+Blue) = 4+173+230=407 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #04ADE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ADE6 is #FB5219. Grayscale: #808080. Windows color (decimal): -16470554 or 15117572. OLE color: 15117572.
HSL color Cylindrical-coordinate representation of color #04ADE6: hue angle of 195.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADE6 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 173 | 230 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.10 |
| HSL | 195.13º | 0.97% | 0.46% | - |
| HSV(B) | 195.13º | 0.98% | 0.9% | - |
| XYZ | 29.28 | 35.63 | 80.2 | - |
| YUV | 128.97 | 185.01 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 230 | 0.98 | 0.25 | 0 | 0.10 | 195.13 | 0.97 | 0.46 |
| Hex | 4 | AD | E6 | 62 | 19 | 0 | A | C3 | 61 | 2E |
| Octal | 4 | 255 | 346 | 142 | 31 | 0 | 12 | 303 | 141 | 56 |
| Binary | 100 | 10101101 | 11100110 | 1100010 | 11001 | 0 | 1010 | 11000011 | 1100001 | 101110 |
Color Harmonies of #04ADE6
Complementary color
Monochromatic Colors of #04ADE6
Black with #04ADE6
Text Example
Text Example
White with #04ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADE6; }
p { color: rgb(4,173,230); }
H1.HeaderClassName
{
color: #04ADE6;
}
.AnyTagClassName
{
color: #04ADE6;
}
</style>
background-color css
<style>
a { background-color: #04ADE6; }
a { background-color: rgb(4,173,230); }
div.DivClassName
{
background-color: #04ADE6;
}
.BgClassName
{
background-color: #04ADE6;
}
</style>
border-color css
<style>
span { border-color: #04ADE6; }
span { border-color: rgb(4,173,230); }
td.TdClassName
{
border-color: #04ADE6;
}
.TagClassName
{
border-color: #04ADE6;
}
</style>