Shades of Aqua #17EAFA
Tints of Aqua #17EAFA
RGB
CMYK
RGB Variations
Color information
#17EAFA (or 0x17EAFA) is known color: Aqua. HEX triplet: 17, EA and FA. RGB value is (23,234,250). Sum of RGB (Red+Green+Blue) = 23+234+250=507 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.54% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #17EAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EAFA is #E81505. Grayscale: #ACACAC. Windows color (decimal): -15209734 or 16443927. OLE color: 16443927.
HSL color Cylindrical-coordinate representation of color #17EAFA: hue angle of 184.23º 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 #17EAFA is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 234 | 250 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.02 |
| HSL | 184.23º | 0.96% | 0.54% | - |
| HSV(B) | 184.23º | 0.91% | 0.98% | - |
| XYZ | 47.03 | 65.93 | 100.69 | - |
| YUV | 172.74 | 171.6 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 250 | 0.91 | 0.06 | 0 | 0.02 | 184.23 | 0.96 | 0.54 |
| Hex | 17 | EA | FA | 5B | 6 | 0 | 2 | B8 | 60 | 36 |
| Octal | 27 | 352 | 372 | 133 | 6 | 0 | 2 | 270 | 140 | 66 |
| Binary | 10111 | 11101010 | 11111010 | 1011011 | 110 | 0 | 10 | 10111000 | 1100000 | 110110 |
Color Harmonies of #17EAFA
Complementary color
Monochromatic Colors of #17EAFA
Black with #17EAFA
Text Example
Text Example
White with #17EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAFA; }
p { color: rgb(23,234,250); }
H1.HeaderClassName
{
color: #17EAFA;
}
.AnyTagClassName
{
color: #17EAFA;
}
</style>
background-color css
<style>
a { background-color: #17EAFA; }
a { background-color: rgb(23,234,250); }
div.DivClassName
{
background-color: #17EAFA;
}
.BgClassName
{
background-color: #17EAFA;
}
</style>
border-color css
<style>
span { border-color: #17EAFA; }
span { border-color: rgb(23,234,250); }
td.TdClassName
{
border-color: #17EAFA;
}
.TagClassName
{
border-color: #17EAFA;
}
</style>