Shades of Deep Sky Blue #04AFEA
Tints of Deep Sky Blue #04AFEA
RGB
CMYK
RGB Variations
Color information
#04AFEA (or 0x04AFEA) is known color: Deep Sky Blue. HEX triplet: 04, AF and EA. RGB value is (4,175,234). Sum of RGB (Red+Green+Blue) = 4+175+234=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #04AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AFEA is #FB5015. Grayscale: #828282. Windows color (decimal): -16470038 or 15380228. OLE color: 15380228.
HSL color Cylindrical-coordinate representation of color #04AFEA: hue angle of 195.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFEA is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 175 | 234 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.08 |
| HSL | 195.39º | 0.97% | 0.47% | - |
| HSV(B) | 195.39º | 0.98% | 0.92% | - |
| XYZ | 30.23 | 36.63 | 83.32 | - |
| YUV | 130.6 | 186.35 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 234 | 0.98 | 0.25 | 0 | 0.08 | 195.39 | 0.97 | 0.47 |
| Hex | 4 | AF | EA | 62 | 19 | 0 | 8 | C3 | 61 | 2F |
| Octal | 4 | 257 | 352 | 142 | 31 | 0 | 10 | 303 | 141 | 57 |
| Binary | 100 | 10101111 | 11101010 | 1100010 | 11001 | 0 | 1000 | 11000011 | 1100001 | 101111 |
Color Harmonies of #04AFEA
Complementary color
Monochromatic Colors of #04AFEA
Black with #04AFEA
Text Example
Text Example
White with #04AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFEA; }
p { color: rgb(4,175,234); }
H1.HeaderClassName
{
color: #04AFEA;
}
.AnyTagClassName
{
color: #04AFEA;
}
</style>
background-color css
<style>
a { background-color: #04AFEA; }
a { background-color: rgb(4,175,234); }
div.DivClassName
{
background-color: #04AFEA;
}
.BgClassName
{
background-color: #04AFEA;
}
</style>
border-color css
<style>
span { border-color: #04AFEA; }
span { border-color: rgb(4,175,234); }
td.TdClassName
{
border-color: #04AFEA;
}
.TagClassName
{
border-color: #04AFEA;
}
</style>