Shades of Aqua #05EFFF
Tints of Aqua #05EFFF
RGB
CMYK
RGB Variations
Color information
#05EFFF (or 0x05EFFF) is known color: Aqua. HEX triplet: 05, EF and FF. RGB value is (5,239,255). Sum of RGB (Red+Green+Blue) = 5+239+255=499 (66% of max value = 765). Red value is 5 (2.34% from 255 or 1.00% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #05EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EFFF is #FA1000. Grayscale: #AAAAAA. Windows color (decimal): -16388097 or 16772869. OLE color: 16772869.
HSL color Cylindrical-coordinate representation of color #05EFFF: hue angle of 183.84º 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 #05EFFF is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 239 | 255 | - |
| CMYK | 0.98 | 0.06 | 0 | 0 |
| HSL | 183.84º | 1% | 0.51% | - |
| HSV(B) | 183.84º | 0.98% | 1% | - |
| XYZ | 48.98 | 68.99 | 105.34 | - |
| YUV | 170.86 | 175.48 | 9.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 255 | 0.98 | 0.06 | 0 | 0 | 183.84 | 1 | 0.51 |
| Hex | 5 | EF | FF | 62 | 6 | 0 | 0 | B8 | 64 | 33 |
| Octal | 5 | 357 | 377 | 142 | 6 | 0 | 0 | 270 | 144 | 63 |
| Binary | 101 | 11101111 | 11111111 | 1100010 | 110 | 0 | 0 | 10111000 | 1100100 | 110011 |
Color Harmonies of #05EFFF
Complementary color
Monochromatic Colors of #05EFFF
Black with #05EFFF
Text Example
Text Example
White with #05EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EFFF; }
p { color: rgb(5,239,255); }
H1.HeaderClassName
{
color: #05EFFF;
}
.AnyTagClassName
{
color: #05EFFF;
}
</style>
background-color css
<style>
a { background-color: #05EFFF; }
a { background-color: rgb(5,239,255); }
div.DivClassName
{
background-color: #05EFFF;
}
.BgClassName
{
background-color: #05EFFF;
}
</style>
border-color css
<style>
span { border-color: #05EFFF; }
span { border-color: rgb(5,239,255); }
td.TdClassName
{
border-color: #05EFFF;
}
.TagClassName
{
border-color: #05EFFF;
}
</style>