Shades of Aqua #05E2FE
Tints of Aqua #05E2FE
RGB
CMYK
RGB Variations
Color information
#05E2FE (or 0x05E2FE) is known color: Aqua. HEX triplet: 05, E2 and FE. RGB value is (5,226,254). Sum of RGB (Red+Green+Blue) = 5+226+254=485 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #05E2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E2FE is #FA1D01. Grayscale: #A2A2A2. Windows color (decimal): -16391426 or 16704005. OLE color: 16704005.
HSL color Cylindrical-coordinate representation of color #05E2FE: hue angle of 186.75º 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 #05E2FE is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 226 | 254 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.00 |
| HSL | 186.75º | 0.99% | 0.51% | - |
| HSV(B) | 186.75º | 0.98% | 1% | - |
| XYZ | 45.15 | 61.58 | 103.27 | - |
| YUV | 163.11 | 179.28 | 15.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 254 | 0.98 | 0.11 | 0 | 0.00 | 186.75 | 0.99 | 0.51 |
| Hex | 5 | E2 | FE | 62 | B | 0 | 0 | BB | 63 | 33 |
| Octal | 5 | 342 | 376 | 142 | 13 | 0 | 0 | 273 | 143 | 63 |
| Binary | 101 | 11100010 | 11111110 | 1100010 | 1011 | 0 | 0 | 10111011 | 1100011 | 110011 |
Color Harmonies of #05E2FE
Complementary color
Monochromatic Colors of #05E2FE
Black with #05E2FE
Text Example
Text Example
White with #05E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E2FE; }
p { color: rgb(5,226,254); }
H1.HeaderClassName
{
color: #05E2FE;
}
.AnyTagClassName
{
color: #05E2FE;
}
</style>
background-color css
<style>
a { background-color: #05E2FE; }
a { background-color: rgb(5,226,254); }
div.DivClassName
{
background-color: #05E2FE;
}
.BgClassName
{
background-color: #05E2FE;
}
</style>
border-color css
<style>
span { border-color: #05E2FE; }
span { border-color: rgb(5,226,254); }
td.TdClassName
{
border-color: #05E2FE;
}
.TagClassName
{
border-color: #05E2FE;
}
</style>