Shades of Aqua #05E5FA
Tints of Aqua #05E5FA
RGB
CMYK
RGB Variations
Color information
#05E5FA (or 0x05E5FA) is known color: Aqua. HEX triplet: 05, E5 and FA. RGB value is (5,229,250). Sum of RGB (Red+Green+Blue) = 5+229+250=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #05E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E5FA is #FA1A05. Grayscale: #A4A4A4. Windows color (decimal): -16390662 or 16442629. OLE color: 16442629.
HSL color Cylindrical-coordinate representation of color #05E5FA: hue angle of 185.14º degrees, saturation: 0.96, 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 #05E5FA is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 229 | 250 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.02 |
| HSL | 185.14º | 0.96% | 0.5% | - |
| HSV(B) | 185.14º | 0.98% | 0.98% | - |
| XYZ | 45.34 | 62.97 | 100.21 | - |
| YUV | 164.42 | 176.29 | 14.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 250 | 0.98 | 0.08 | 0 | 0.02 | 185.14 | 0.96 | 0.5 |
| Hex | 5 | E5 | FA | 62 | 8 | 0 | 2 | B9 | 60 | 32 |
| Octal | 5 | 345 | 372 | 142 | 10 | 0 | 2 | 271 | 140 | 62 |
| Binary | 101 | 11100101 | 11111010 | 1100010 | 1000 | 0 | 10 | 10111001 | 1100000 | 110010 |
Color Harmonies of #05E5FA
Complementary color
Monochromatic Colors of #05E5FA
Black with #05E5FA
Text Example
Text Example
White with #05E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E5FA; }
p { color: rgb(5,229,250); }
H1.HeaderClassName
{
color: #05E5FA;
}
.AnyTagClassName
{
color: #05E5FA;
}
</style>
background-color css
<style>
a { background-color: #05E5FA; }
a { background-color: rgb(5,229,250); }
div.DivClassName
{
background-color: #05E5FA;
}
.BgClassName
{
background-color: #05E5FA;
}
</style>
border-color css
<style>
span { border-color: #05E5FA; }
span { border-color: rgb(5,229,250); }
td.TdClassName
{
border-color: #05E5FA;
}
.TagClassName
{
border-color: #05E5FA;
}
</style>