Shades of Aqua #17FBFF
Tints of Aqua #17FBFF
RGB
CMYK
RGB Variations
Color information
#17FBFF (or 0x17FBFF) is known color: Aqua. HEX triplet: 17, FB and FF. RGB value is (23,251,255). Sum of RGB (Red+Green+Blue) = 23+251+255=529 (70% of max value = 765). Red value is 23 (9.38% from 255 or 4.35% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #17FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FBFF is #E80400. Grayscale: #B7B7B7. Windows color (decimal): -15205377 or 16775959. OLE color: 16775959.
HSL color Cylindrical-coordinate representation of color #17FBFF: hue angle of 181.03º 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 #17FBFF is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 251 | 255 | - |
| CMYK | 0.91 | 0.02 | 0 | 0 |
| HSL | 181.03º | 1% | 0.55% | - |
| HSV(B) | 181.03º | 0.91% | 1% | - |
| XYZ | 52.9 | 76.4 | 106.57 | - |
| YUV | 183.28 | 168.46 | 13.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 251 | 255 | 0.91 | 0.02 | 0 | 0 | 181.03 | 1 | 0.55 |
| Hex | 17 | FB | FF | 5B | 2 | 0 | 0 | B5 | 64 | 37 |
| Octal | 27 | 373 | 377 | 133 | 2 | 0 | 0 | 265 | 144 | 67 |
| Binary | 10111 | 11111011 | 11111111 | 1011011 | 10 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #17FBFF
Complementary color
Monochromatic Colors of #17FBFF
Black with #17FBFF
Text Example
Text Example
White with #17FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FBFF; }
p { color: rgb(23,251,255); }
H1.HeaderClassName
{
color: #17FBFF;
}
.AnyTagClassName
{
color: #17FBFF;
}
</style>
background-color css
<style>
a { background-color: #17FBFF; }
a { background-color: rgb(23,251,255); }
div.DivClassName
{
background-color: #17FBFF;
}
.BgClassName
{
background-color: #17FBFF;
}
</style>
border-color css
<style>
span { border-color: #17FBFF; }
span { border-color: rgb(23,251,255); }
td.TdClassName
{
border-color: #17FBFF;
}
.TagClassName
{
border-color: #17FBFF;
}
</style>