Shades of Aqua #17EAFD
Tints of Aqua #17EAFD
RGB
CMYK
RGB Variations
Color information
#17EAFD (or 0x17EAFD) is known color: Aqua. HEX triplet: 17, EA and FD. RGB value is (23,234,253). Sum of RGB (Red+Green+Blue) = 23+234+253=510 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.51% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #17EAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EAFD is #E81502. Grayscale: #ACACAC. Windows color (decimal): -15209731 or 16640535. OLE color: 16640535.
HSL color Cylindrical-coordinate representation of color #17EAFD: hue angle of 184.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17EAFD is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 234 | 253 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.01 |
| HSL | 184.96º | 0.98% | 0.54% | - |
| HSV(B) | 184.96º | 0.91% | 0.99% | - |
| XYZ | 47.51 | 66.12 | 103.19 | - |
| YUV | 173.08 | 173.1 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 253 | 0.91 | 0.08 | 0 | 0.01 | 184.96 | 0.98 | 0.54 |
| Hex | 17 | EA | FD | 5B | 8 | 0 | 1 | B9 | 62 | 36 |
| Octal | 27 | 352 | 375 | 133 | 10 | 0 | 1 | 271 | 142 | 66 |
| Binary | 10111 | 11101010 | 11111101 | 1011011 | 1000 | 0 | 1 | 10111001 | 1100010 | 110110 |
Color Harmonies of #17EAFD
Complementary color
Monochromatic Colors of #17EAFD
Black with #17EAFD
Text Example
Text Example
White with #17EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAFD; }
p { color: rgb(23,234,253); }
H1.HeaderClassName
{
color: #17EAFD;
}
.AnyTagClassName
{
color: #17EAFD;
}
</style>
background-color css
<style>
a { background-color: #17EAFD; }
a { background-color: rgb(23,234,253); }
div.DivClassName
{
background-color: #17EAFD;
}
.BgClassName
{
background-color: #17EAFD;
}
</style>
border-color css
<style>
span { border-color: #17EAFD; }
span { border-color: rgb(23,234,253); }
td.TdClassName
{
border-color: #17EAFD;
}
.TagClassName
{
border-color: #17EAFD;
}
</style>