Shades of Aqua #17FAFF
Tints of Aqua #17FAFF
RGB
CMYK
RGB Variations
Color information
#17FAFF (or 0x17FAFF) is known color: Aqua. HEX triplet: 17, FA and FF. RGB value is (23,250,255). Sum of RGB (Red+Green+Blue) = 23+250+255=528 (69% of max value = 765). Red value is 23 (9.38% from 255 or 4.36% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #17FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FAFF is #E80500. Grayscale: #B6B6B6. Windows color (decimal): -15205633 or 16775703. OLE color: 16775703.
HSL color Cylindrical-coordinate representation of color #17FAFF: hue angle of 181.29º 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 #17FAFF is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 250 | 255 | - |
| CMYK | 0.91 | 0.02 | 0 | 0 |
| HSL | 181.29º | 1% | 0.55% | - |
| HSV(B) | 181.29º | 0.91% | 1% | - |
| XYZ | 52.59 | 75.77 | 106.46 | - |
| YUV | 182.7 | 168.79 | 14.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 250 | 255 | 0.91 | 0.02 | 0 | 0 | 181.29 | 1 | 0.55 |
| Hex | 17 | FA | FF | 5B | 2 | 0 | 0 | B5 | 64 | 37 |
| Octal | 27 | 372 | 377 | 133 | 2 | 0 | 0 | 265 | 144 | 67 |
| Binary | 10111 | 11111010 | 11111111 | 1011011 | 10 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #17FAFF
Complementary color
Monochromatic Colors of #17FAFF
Black with #17FAFF
Text Example
Text Example
White with #17FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FAFF; }
p { color: rgb(23,250,255); }
H1.HeaderClassName
{
color: #17FAFF;
}
.AnyTagClassName
{
color: #17FAFF;
}
</style>
background-color css
<style>
a { background-color: #17FAFF; }
a { background-color: rgb(23,250,255); }
div.DivClassName
{
background-color: #17FAFF;
}
.BgClassName
{
background-color: #17FAFF;
}
</style>
border-color css
<style>
span { border-color: #17FAFF; }
span { border-color: rgb(23,250,255); }
td.TdClassName
{
border-color: #17FAFF;
}
.TagClassName
{
border-color: #17FAFF;
}
</style>