Shades of Aqua #05EEFE
Tints of Aqua #05EEFE
RGB
CMYK
RGB Variations
Color information
#05EEFE (or 0x05EEFE) is known color: Aqua. HEX triplet: 05, EE and FE. RGB value is (5,238,254). Sum of RGB (Red+Green+Blue) = 5+238+254=497 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #05EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EEFE is #FA1101. Grayscale: #A9A9A9. Windows color (decimal): -16388354 or 16707077. OLE color: 16707077.
HSL color Cylindrical-coordinate representation of color #05EEFE: hue angle of 183.86º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EEFE is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 238 | 254 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.00 |
| HSL | 183.86º | 0.99% | 0.51% | - |
| HSV(B) | 183.86º | 0.98% | 1% | - |
| XYZ | 48.53 | 68.34 | 104.4 | - |
| YUV | 170.16 | 175.31 | 10.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 254 | 0.98 | 0.06 | 0 | 0.00 | 183.86 | 0.99 | 0.51 |
| Hex | 5 | EE | FE | 62 | 6 | 0 | 0 | B8 | 63 | 33 |
| Octal | 5 | 356 | 376 | 142 | 6 | 0 | 0 | 270 | 143 | 63 |
| Binary | 101 | 11101110 | 11111110 | 1100010 | 110 | 0 | 0 | 10111000 | 1100011 | 110011 |
Color Harmonies of #05EEFE
Complementary color
Monochromatic Colors of #05EEFE
Black with #05EEFE
Text Example
Text Example
White with #05EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EEFE; }
p { color: rgb(5,238,254); }
H1.HeaderClassName
{
color: #05EEFE;
}
.AnyTagClassName
{
color: #05EEFE;
}
</style>
background-color css
<style>
a { background-color: #05EEFE; }
a { background-color: rgb(5,238,254); }
div.DivClassName
{
background-color: #05EEFE;
}
.BgClassName
{
background-color: #05EEFE;
}
</style>
border-color css
<style>
span { border-color: #05EEFE; }
span { border-color: rgb(5,238,254); }
td.TdClassName
{
border-color: #05EEFE;
}
.TagClassName
{
border-color: #05EEFE;
}
</style>