Shades of Deep Sky Blue #04AFE7
Tints of Deep Sky Blue #04AFE7
RGB
CMYK
RGB Variations
Color information
#04AFE7 (or 0x04AFE7) is known color: Deep Sky Blue. HEX triplet: 04, AF and E7. RGB value is (4,175,231). Sum of RGB (Red+Green+Blue) = 4+175+231=410 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #04AFE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AFE7 is #FB5018. Grayscale: #818181. Windows color (decimal): -16470041 or 15183620. OLE color: 15183620.
HSL color Cylindrical-coordinate representation of color #04AFE7: hue angle of 194.8º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFE7 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 175 | 231 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.09 |
| HSL | 194.8º | 0.97% | 0.46% | - |
| HSV(B) | 194.8º | 0.98% | 0.91% | - |
| XYZ | 29.8 | 36.46 | 81.07 | - |
| YUV | 130.26 | 184.85 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 231 | 0.98 | 0.24 | 0 | 0.09 | 194.8 | 0.97 | 0.46 |
| Hex | 4 | AF | E7 | 62 | 18 | 0 | 9 | C3 | 61 | 2E |
| Octal | 4 | 257 | 347 | 142 | 30 | 0 | 11 | 303 | 141 | 56 |
| Binary | 100 | 10101111 | 11100111 | 1100010 | 11000 | 0 | 1001 | 11000011 | 1100001 | 101110 |
Color Harmonies of #04AFE7
Complementary color
Monochromatic Colors of #04AFE7
Black with #04AFE7
Text Example
Text Example
White with #04AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFE7; }
p { color: rgb(4,175,231); }
H1.HeaderClassName
{
color: #04AFE7;
}
.AnyTagClassName
{
color: #04AFE7;
}
</style>
background-color css
<style>
a { background-color: #04AFE7; }
a { background-color: rgb(4,175,231); }
div.DivClassName
{
background-color: #04AFE7;
}
.BgClassName
{
background-color: #04AFE7;
}
</style>
border-color css
<style>
span { border-color: #04AFE7; }
span { border-color: rgb(4,175,231); }
td.TdClassName
{
border-color: #04AFE7;
}
.TagClassName
{
border-color: #04AFE7;
}
</style>