Shades of Aqua #05ECFF
Tints of Aqua #05ECFF
RGB
CMYK
RGB Variations
Color information
#05ECFF (or 0x05ECFF) is known color: Aqua. HEX triplet: 05, EC and FF. RGB value is (5,236,255). Sum of RGB (Red+Green+Blue) = 5+236+255=496 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #05ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05ECFF is #FA1300. Grayscale: #A8A8A8. Windows color (decimal): -16388865 or 16772101. OLE color: 16772101.
HSL color Cylindrical-coordinate representation of color #05ECFF: hue angle of 184.56º 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 #05ECFF is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 236 | 255 | - |
| CMYK | 0.98 | 0.07 | 0 | 0 |
| HSL | 184.56º | 1% | 0.51% | - |
| HSV(B) | 184.56º | 0.98% | 1% | - |
| XYZ | 48.11 | 67.24 | 105.05 | - |
| YUV | 169.1 | 176.47 | 10.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 255 | 0.98 | 0.07 | 0 | 0 | 184.56 | 1 | 0.51 |
| Hex | 5 | EC | FF | 62 | 7 | 0 | 0 | B9 | 64 | 33 |
| Octal | 5 | 354 | 377 | 142 | 7 | 0 | 0 | 271 | 144 | 63 |
| Binary | 101 | 11101100 | 11111111 | 1100010 | 111 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #05ECFF
Complementary color
Monochromatic Colors of #05ECFF
Black with #05ECFF
Text Example
Text Example
White with #05ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECFF; }
p { color: rgb(5,236,255); }
H1.HeaderClassName
{
color: #05ECFF;
}
.AnyTagClassName
{
color: #05ECFF;
}
</style>
background-color css
<style>
a { background-color: #05ECFF; }
a { background-color: rgb(5,236,255); }
div.DivClassName
{
background-color: #05ECFF;
}
.BgClassName
{
background-color: #05ECFF;
}
</style>
border-color css
<style>
span { border-color: #05ECFF; }
span { border-color: rgb(5,236,255); }
td.TdClassName
{
border-color: #05ECFF;
}
.TagClassName
{
border-color: #05ECFF;
}
</style>