Shades of Deep Sky Blue #04ADF6
Tints of Deep Sky Blue #04ADF6
RGB
CMYK
RGB Variations
Color information
#04ADF6 (or 0x04ADF6) is known color: Deep Sky Blue. HEX triplet: 04, AD and F6. RGB value is (4,173,246). Sum of RGB (Red+Green+Blue) = 4+173+246=423 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #04ADF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ADF6 is #FB5209. Grayscale: #828282. Windows color (decimal): -16470538 or 16166148. OLE color: 16166148.
HSL color Cylindrical-coordinate representation of color #04ADF6: hue angle of 198.1º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADF6 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 173 | 246 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.04 |
| HSL | 198.1º | 0.97% | 0.49% | - |
| HSV(B) | 198.1º | 0.98% | 0.96% | - |
| XYZ | 31.63 | 36.57 | 92.58 | - |
| YUV | 130.79 | 193.01 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 246 | 0.98 | 0.30 | 0 | 0.04 | 198.1 | 0.97 | 0.49 |
| Hex | 4 | AD | F6 | 62 | 1E | 0 | 4 | C6 | 61 | 31 |
| Octal | 4 | 255 | 366 | 142 | 36 | 0 | 4 | 306 | 141 | 61 |
| Binary | 100 | 10101101 | 11110110 | 1100010 | 11110 | 0 | 100 | 11000110 | 1100001 | 110001 |
Color Harmonies of #04ADF6
Complementary color
Monochromatic Colors of #04ADF6
Black with #04ADF6
Text Example
Text Example
White with #04ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADF6; }
p { color: rgb(4,173,246); }
H1.HeaderClassName
{
color: #04ADF6;
}
.AnyTagClassName
{
color: #04ADF6;
}
</style>
background-color css
<style>
a { background-color: #04ADF6; }
a { background-color: rgb(4,173,246); }
div.DivClassName
{
background-color: #04ADF6;
}
.BgClassName
{
background-color: #04ADF6;
}
</style>
border-color css
<style>
span { border-color: #04ADF6; }
span { border-color: rgb(4,173,246); }
td.TdClassName
{
border-color: #04ADF6;
}
.TagClassName
{
border-color: #04ADF6;
}
</style>