Shades of Aqua #17EFFF
Tints of Aqua #17EFFF
RGB
CMYK
RGB Variations
Color information
#17EFFF (or 0x17EFFF) is known color: Aqua. HEX triplet: 17, EF and FF. RGB value is (23,239,255). Sum of RGB (Red+Green+Blue) = 23+239+255=517 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.45% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #17EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EFFF is #E81000. Grayscale: #AFAFAF. Windows color (decimal): -15208449 or 16772887. OLE color: 16772887.
HSL color Cylindrical-coordinate representation of color #17EFFF: hue angle of 184.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17EFFF is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 239 | 255 | - |
| CMYK | 0.91 | 0.06 | 0 | 0 |
| HSL | 184.14º | 1% | 0.55% | - |
| HSV(B) | 184.14º | 0.91% | 1% | - |
| XYZ | 49.27 | 69.14 | 105.36 | - |
| YUV | 176.24 | 172.44 | 18.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 255 | 0.91 | 0.06 | 0 | 0 | 184.14 | 1 | 0.55 |
| Hex | 17 | EF | FF | 5B | 6 | 0 | 0 | B8 | 64 | 37 |
| Octal | 27 | 357 | 377 | 133 | 6 | 0 | 0 | 270 | 144 | 67 |
| Binary | 10111 | 11101111 | 11111111 | 1011011 | 110 | 0 | 0 | 10111000 | 1100100 | 110111 |
Color Harmonies of #17EFFF
Complementary color
Monochromatic Colors of #17EFFF
Black with #17EFFF
Text Example
Text Example
White with #17EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFFF; }
p { color: rgb(23,239,255); }
H1.HeaderClassName
{
color: #17EFFF;
}
.AnyTagClassName
{
color: #17EFFF;
}
</style>
background-color css
<style>
a { background-color: #17EFFF; }
a { background-color: rgb(23,239,255); }
div.DivClassName
{
background-color: #17EFFF;
}
.BgClassName
{
background-color: #17EFFF;
}
</style>
border-color css
<style>
span { border-color: #17EFFF; }
span { border-color: rgb(23,239,255); }
td.TdClassName
{
border-color: #17EFFF;
}
.TagClassName
{
border-color: #17EFFF;
}
</style>