Shades of Aqua #05EAFE
Tints of Aqua #05EAFE
RGB
CMYK
RGB Variations
Color information
#05EAFE (or 0x05EAFE) is known color: Aqua. HEX triplet: 05, EA and FE. RGB value is (5,234,254). Sum of RGB (Red+Green+Blue) = 5+234+254=493 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #05EAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EAFE is #FA1501. Grayscale: #A7A7A7. Windows color (decimal): -16389378 or 16706053. OLE color: 16706053.
HSL color Cylindrical-coordinate representation of color #05EAFE: hue angle of 184.82º 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 #05EAFE is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 234 | 254 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.00 |
| HSL | 184.82º | 0.99% | 0.51% | - |
| HSV(B) | 184.82º | 0.98% | 1% | - |
| XYZ | 47.37 | 66.03 | 104.01 | - |
| YUV | 167.81 | 176.63 | 11.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 254 | 0.98 | 0.08 | 0 | 0.00 | 184.82 | 0.99 | 0.51 |
| Hex | 5 | EA | FE | 62 | 8 | 0 | 0 | B9 | 63 | 33 |
| Octal | 5 | 352 | 376 | 142 | 10 | 0 | 0 | 271 | 143 | 63 |
| Binary | 101 | 11101010 | 11111110 | 1100010 | 1000 | 0 | 0 | 10111001 | 1100011 | 110011 |
Color Harmonies of #05EAFE
Complementary color
Monochromatic Colors of #05EAFE
Black with #05EAFE
Text Example
Text Example
White with #05EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EAFE; }
p { color: rgb(5,234,254); }
H1.HeaderClassName
{
color: #05EAFE;
}
.AnyTagClassName
{
color: #05EAFE;
}
</style>
background-color css
<style>
a { background-color: #05EAFE; }
a { background-color: rgb(5,234,254); }
div.DivClassName
{
background-color: #05EAFE;
}
.BgClassName
{
background-color: #05EAFE;
}
</style>
border-color css
<style>
span { border-color: #05EAFE; }
span { border-color: rgb(5,234,254); }
td.TdClassName
{
border-color: #05EAFE;
}
.TagClassName
{
border-color: #05EAFE;
}
</style>