Shades of Aqua #05FEFF
Tints of Aqua #05FEFF
RGB
CMYK
RGB Variations
Color information
#05FEFF (or 0x05FEFF) is known color: Aqua. HEX triplet: 05, FE and FF. RGB value is (5,254,255). Sum of RGB (Red+Green+Blue) = 5+254+255=514 (68% of max value = 765). Red value is 5 (2.34% from 255 or 0.97% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #05FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FEFF is #FA0100. Grayscale: #B3B3B3. Windows color (decimal): -16384257 or 16776709. OLE color: 16776709.
HSL color Cylindrical-coordinate representation of color #05FEFF: hue angle of 180.24º 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 #05FEFF is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 254 | 255 | - |
| CMYK | 0.98 | 0.00 | 0 | 0 |
| HSL | 180.24º | 1% | 0.51% | - |
| HSV(B) | 180.24º | 0.98% | 1% | - |
| XYZ | 53.55 | 78.14 | 106.87 | - |
| YUV | 179.66 | 170.51 | 3.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 255 | 0.98 | 0.00 | 0 | 0 | 180.24 | 1 | 0.51 |
| Hex | 5 | FE | FF | 62 | 0 | 0 | 0 | B4 | 64 | 33 |
| Octal | 5 | 376 | 377 | 142 | 0 | 0 | 0 | 264 | 144 | 63 |
| Binary | 101 | 11111110 | 11111111 | 1100010 | 0 | 0 | 0 | 10110100 | 1100100 | 110011 |
Color Harmonies of #05FEFF
Complementary color
Monochromatic Colors of #05FEFF
Black with #05FEFF
Text Example
Text Example
White with #05FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FEFF; }
p { color: rgb(5,254,255); }
H1.HeaderClassName
{
color: #05FEFF;
}
.AnyTagClassName
{
color: #05FEFF;
}
</style>
background-color css
<style>
a { background-color: #05FEFF; }
a { background-color: rgb(5,254,255); }
div.DivClassName
{
background-color: #05FEFF;
}
.BgClassName
{
background-color: #05FEFF;
}
</style>
border-color css
<style>
span { border-color: #05FEFF; }
span { border-color: rgb(5,254,255); }
td.TdClassName
{
border-color: #05FEFF;
}
.TagClassName
{
border-color: #05FEFF;
}
</style>