Shades of Aqua #17EEFA
Tints of Aqua #17EEFA
RGB
CMYK
RGB Variations
Color information
#17EEFA (or 0x17EEFA) is known color: Aqua. HEX triplet: 17, EE and FA. RGB value is (23,238,250). Sum of RGB (Red+Green+Blue) = 23+238+250=511 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.50% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #17EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EEFA is #E81105. Grayscale: #AEAEAE. Windows color (decimal): -15208710 or 16444951. OLE color: 16444951.
HSL color Cylindrical-coordinate representation of color #17EEFA: hue angle of 183.17º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17EEFA is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 238 | 250 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.02 |
| HSL | 183.17º | 0.96% | 0.54% | - |
| HSV(B) | 183.17º | 0.91% | 0.98% | - |
| XYZ | 48.18 | 68.23 | 101.07 | - |
| YUV | 175.08 | 170.27 | 19.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 250 | 0.91 | 0.05 | 0 | 0.02 | 183.17 | 0.96 | 0.54 |
| Hex | 17 | EE | FA | 5B | 5 | 0 | 2 | B7 | 60 | 36 |
| Octal | 27 | 356 | 372 | 133 | 5 | 0 | 2 | 267 | 140 | 66 |
| Binary | 10111 | 11101110 | 11111010 | 1011011 | 101 | 0 | 10 | 10110111 | 1100000 | 110110 |
Color Harmonies of #17EEFA
Complementary color
Monochromatic Colors of #17EEFA
Black with #17EEFA
Text Example
Text Example
White with #17EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EEFA; }
p { color: rgb(23,238,250); }
H1.HeaderClassName
{
color: #17EEFA;
}
.AnyTagClassName
{
color: #17EEFA;
}
</style>
background-color css
<style>
a { background-color: #17EEFA; }
a { background-color: rgb(23,238,250); }
div.DivClassName
{
background-color: #17EEFA;
}
.BgClassName
{
background-color: #17EEFA;
}
</style>
border-color css
<style>
span { border-color: #17EEFA; }
span { border-color: rgb(23,238,250); }
td.TdClassName
{
border-color: #17EEFA;
}
.TagClassName
{
border-color: #17EEFA;
}
</style>