Shades of Aqua #05EDF5
Tints of Aqua #05EDF5
RGB
CMYK
RGB Variations
Color information
#05EDF5 (or 0x05EDF5) is known color: Aqua. HEX triplet: 05, ED and F5. RGB value is (5,237,245). Sum of RGB (Red+Green+Blue) = 5+237+245=487 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #05EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EDF5 is #FA120A. Grayscale: #A8A8A8. Windows color (decimal): -16388619 or 16116997. OLE color: 16116997.
HSL color Cylindrical-coordinate representation of color #05EDF5: hue angle of 182º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EDF5 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 237 | 245 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.04 |
| HSL | 182º | 0.96% | 0.49% | - |
| HSV(B) | 182º | 0.98% | 0.96% | - |
| XYZ | 46.83 | 67.19 | 96.89 | - |
| YUV | 168.54 | 171.14 | 11.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 237 | 245 | 0.98 | 0.03 | 0 | 0.04 | 182 | 0.96 | 0.49 |
| Hex | 5 | ED | F5 | 62 | 3 | 0 | 4 | B6 | 60 | 31 |
| Octal | 5 | 355 | 365 | 142 | 3 | 0 | 4 | 266 | 140 | 61 |
| Binary | 101 | 11101101 | 11110101 | 1100010 | 11 | 0 | 100 | 10110110 | 1100000 | 110001 |
Color Harmonies of #05EDF5
Complementary color
Monochromatic Colors of #05EDF5
Black with #05EDF5
Text Example
Text Example
White with #05EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EDF5; }
p { color: rgb(5,237,245); }
H1.HeaderClassName
{
color: #05EDF5;
}
.AnyTagClassName
{
color: #05EDF5;
}
</style>
background-color css
<style>
a { background-color: #05EDF5; }
a { background-color: rgb(5,237,245); }
div.DivClassName
{
background-color: #05EDF5;
}
.BgClassName
{
background-color: #05EDF5;
}
</style>
border-color css
<style>
span { border-color: #05EDF5; }
span { border-color: rgb(5,237,245); }
td.TdClassName
{
border-color: #05EDF5;
}
.TagClassName
{
border-color: #05EDF5;
}
</style>