Shades of Aqua #05EBFF
Tints of Aqua #05EBFF
RGB
CMYK
RGB Variations
Color information
#05EBFF (or 0x05EBFF) is known color: Aqua. HEX triplet: 05, EB and FF. RGB value is (5,235,255). Sum of RGB (Red+Green+Blue) = 5+235+255=495 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #05EBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EBFF is #FA1400. Grayscale: #A8A8A8. Windows color (decimal): -16389121 or 16771845. OLE color: 16771845.
HSL color Cylindrical-coordinate representation of color #05EBFF: hue angle of 184.8º 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 #05EBFF is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 235 | 255 | - |
| CMYK | 0.98 | 0.08 | 0 | 0 |
| HSL | 184.8º | 1% | 0.51% | - |
| HSV(B) | 184.8º | 0.98% | 1% | - |
| XYZ | 47.82 | 66.67 | 104.96 | - |
| YUV | 168.51 | 176.8 | 11.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 235 | 255 | 0.98 | 0.08 | 0 | 0 | 184.8 | 1 | 0.51 |
| Hex | 5 | EB | FF | 62 | 8 | 0 | 0 | B9 | 64 | 33 |
| Octal | 5 | 353 | 377 | 142 | 10 | 0 | 0 | 271 | 144 | 63 |
| Binary | 101 | 11101011 | 11111111 | 1100010 | 1000 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #05EBFF
Complementary color
Monochromatic Colors of #05EBFF
Black with #05EBFF
Text Example
Text Example
White with #05EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EBFF; }
p { color: rgb(5,235,255); }
H1.HeaderClassName
{
color: #05EBFF;
}
.AnyTagClassName
{
color: #05EBFF;
}
</style>
background-color css
<style>
a { background-color: #05EBFF; }
a { background-color: rgb(5,235,255); }
div.DivClassName
{
background-color: #05EBFF;
}
.BgClassName
{
background-color: #05EBFF;
}
</style>
border-color css
<style>
span { border-color: #05EBFF; }
span { border-color: rgb(5,235,255); }
td.TdClassName
{
border-color: #05EBFF;
}
.TagClassName
{
border-color: #05EBFF;
}
</style>