Shades of Aqua #17EDFE
Tints of Aqua #17EDFE
RGB
CMYK
RGB Variations
Color information
#17EDFE (or 0x17EDFE) is known color: Aqua. HEX triplet: 17, ED and FE. RGB value is (23,237,254). Sum of RGB (Red+Green+Blue) = 23+237+254=514 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.47% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #17EDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EDFE is #E81201. Grayscale: #AEAEAE. Windows color (decimal): -15208962 or 16706839. OLE color: 16706839.
HSL color Cylindrical-coordinate representation of color #17EDFE: hue angle of 184.42º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17EDFE is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 237 | 254 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.00 |
| HSL | 184.42º | 0.99% | 0.54% | - |
| HSV(B) | 184.42º | 0.91% | 1% | - |
| XYZ | 48.53 | 67.91 | 104.32 | - |
| YUV | 174.95 | 172.6 | 19.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 254 | 0.91 | 0.07 | 0 | 0.00 | 184.42 | 0.99 | 0.54 |
| Hex | 17 | ED | FE | 5B | 7 | 0 | 0 | B8 | 63 | 36 |
| Octal | 27 | 355 | 376 | 133 | 7 | 0 | 0 | 270 | 143 | 66 |
| Binary | 10111 | 11101101 | 11111110 | 1011011 | 111 | 0 | 0 | 10111000 | 1100011 | 110110 |
Color Harmonies of #17EDFE
Complementary color
Monochromatic Colors of #17EDFE
Black with #17EDFE
Text Example
Text Example
White with #17EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDFE; }
p { color: rgb(23,237,254); }
H1.HeaderClassName
{
color: #17EDFE;
}
.AnyTagClassName
{
color: #17EDFE;
}
</style>
background-color css
<style>
a { background-color: #17EDFE; }
a { background-color: rgb(23,237,254); }
div.DivClassName
{
background-color: #17EDFE;
}
.BgClassName
{
background-color: #17EDFE;
}
</style>
border-color css
<style>
span { border-color: #17EDFE; }
span { border-color: rgb(23,237,254); }
td.TdClassName
{
border-color: #17EDFE;
}
.TagClassName
{
border-color: #17EDFE;
}
</style>