Shades of Aqua #05DFFE
Tints of Aqua #05DFFE
RGB
CMYK
RGB Variations
Color information
#05DFFE (or 0x05DFFE) is known color: Aqua. HEX triplet: 05, DF and FE. RGB value is (5,223,254). Sum of RGB (Red+Green+Blue) = 5+223+254=482 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #05DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DFFE is #FA2001. Grayscale: #A1A1A1. Windows color (decimal): -16392194 or 16703237. OLE color: 16703237.
HSL color Cylindrical-coordinate representation of color #05DFFE: hue angle of 187.47º 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 #05DFFE is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 223 | 254 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.00 |
| HSL | 187.47º | 0.99% | 0.51% | - |
| HSV(B) | 187.47º | 0.98% | 1% | - |
| XYZ | 44.34 | 59.96 | 103 | - |
| YUV | 161.35 | 180.28 | 16.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 254 | 0.98 | 0.12 | 0 | 0.00 | 187.47 | 0.99 | 0.51 |
| Hex | 5 | DF | FE | 62 | C | 0 | 0 | BB | 63 | 33 |
| Octal | 5 | 337 | 376 | 142 | 14 | 0 | 0 | 273 | 143 | 63 |
| Binary | 101 | 11011111 | 11111110 | 1100010 | 1100 | 0 | 0 | 10111011 | 1100011 | 110011 |
Color Harmonies of #05DFFE
Complementary color
Monochromatic Colors of #05DFFE
Black with #05DFFE
Text Example
Text Example
White with #05DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DFFE; }
p { color: rgb(5,223,254); }
H1.HeaderClassName
{
color: #05DFFE;
}
.AnyTagClassName
{
color: #05DFFE;
}
</style>
background-color css
<style>
a { background-color: #05DFFE; }
a { background-color: rgb(5,223,254); }
div.DivClassName
{
background-color: #05DFFE;
}
.BgClassName
{
background-color: #05DFFE;
}
</style>
border-color css
<style>
span { border-color: #05DFFE; }
span { border-color: rgb(5,223,254); }
td.TdClassName
{
border-color: #05DFFE;
}
.TagClassName
{
border-color: #05DFFE;
}
</style>