Shades of Aqua #17EAFF
Tints of Aqua #17EAFF
RGB
CMYK
RGB Variations
Color information
#17EAFF (or 0x17EAFF) is known color: Aqua. HEX triplet: 17, EA and FF. RGB value is (23,234,255). Sum of RGB (Red+Green+Blue) = 23+234+255=512 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.49% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #17EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EAFF is #E81500. Grayscale: #ADADAD. Windows color (decimal): -15209729 or 16771607. OLE color: 16771607.
HSL color Cylindrical-coordinate representation of color #17EAFF: hue angle of 185.43º 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 #17EAFF is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 234 | 255 | - |
| CMYK | 0.91 | 0.08 | 0 | 0 |
| HSL | 185.43º | 1% | 0.55% | - |
| HSV(B) | 185.43º | 0.91% | 1% | - |
| XYZ | 47.83 | 66.25 | 104.87 | - |
| YUV | 173.31 | 174.1 | 20.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 255 | 0.91 | 0.08 | 0 | 0 | 185.43 | 1 | 0.55 |
| Hex | 17 | EA | FF | 5B | 8 | 0 | 0 | B9 | 64 | 37 |
| Octal | 27 | 352 | 377 | 133 | 10 | 0 | 0 | 271 | 144 | 67 |
| Binary | 10111 | 11101010 | 11111111 | 1011011 | 1000 | 0 | 0 | 10111001 | 1100100 | 110111 |
Color Harmonies of #17EAFF
Complementary color
Monochromatic Colors of #17EAFF
Black with #17EAFF
Text Example
Text Example
White with #17EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAFF; }
p { color: rgb(23,234,255); }
H1.HeaderClassName
{
color: #17EAFF;
}
.AnyTagClassName
{
color: #17EAFF;
}
</style>
background-color css
<style>
a { background-color: #17EAFF; }
a { background-color: rgb(23,234,255); }
div.DivClassName
{
background-color: #17EAFF;
}
.BgClassName
{
background-color: #17EAFF;
}
</style>
border-color css
<style>
span { border-color: #17EAFF; }
span { border-color: rgb(23,234,255); }
td.TdClassName
{
border-color: #17EAFF;
}
.TagClassName
{
border-color: #17EAFF;
}
</style>