Shades of Aqua #05E0FF
Tints of Aqua #05E0FF
RGB
CMYK
RGB Variations
Color information
#05E0FF (or 0x05E0FF) is known color: Aqua. HEX triplet: 05, E0 and FF. RGB value is (5,224,255). Sum of RGB (Red+Green+Blue) = 5+224+255=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #05E0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E0FF is #FA1F00. Grayscale: #A1A1A1. Windows color (decimal): -16391937 or 16769029. OLE color: 16769029.
HSL color Cylindrical-coordinate representation of color #05E0FF: hue angle of 187.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E0FF is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 224 | 255 | - |
| CMYK | 0.98 | 0.12 | 0 | 0 |
| HSL | 187.44º | 1% | 0.51% | - |
| HSV(B) | 187.44º | 0.98% | 1% | - |
| XYZ | 44.77 | 60.56 | 103.94 | - |
| YUV | 162.05 | 180.45 | 15.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 255 | 0.98 | 0.12 | 0 | 0 | 187.44 | 1 | 0.51 |
| Hex | 5 | E0 | FF | 62 | C | 0 | 0 | BB | 64 | 33 |
| Octal | 5 | 340 | 377 | 142 | 14 | 0 | 0 | 273 | 144 | 63 |
| Binary | 101 | 11100000 | 11111111 | 1100010 | 1100 | 0 | 0 | 10111011 | 1100100 | 110011 |
Color Harmonies of #05E0FF
Complementary color
Monochromatic Colors of #05E0FF
Black with #05E0FF
Text Example
Text Example
White with #05E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E0FF; }
p { color: rgb(5,224,255); }
H1.HeaderClassName
{
color: #05E0FF;
}
.AnyTagClassName
{
color: #05E0FF;
}
</style>
background-color css
<style>
a { background-color: #05E0FF; }
a { background-color: rgb(5,224,255); }
div.DivClassName
{
background-color: #05E0FF;
}
.BgClassName
{
background-color: #05E0FF;
}
</style>
border-color css
<style>
span { border-color: #05E0FF; }
span { border-color: rgb(5,224,255); }
td.TdClassName
{
border-color: #05E0FF;
}
.TagClassName
{
border-color: #05E0FF;
}
</style>