Shades of Aqua #17E1FF
Tints of Aqua #17E1FF
RGB
CMYK
RGB Variations
Color information
#17E1FF (or 0x17E1FF) is known color: Aqua. HEX triplet: 17, E1 and FF. RGB value is (23,225,255). Sum of RGB (Red+Green+Blue) = 23+225+255=503 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.57% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #17E1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17E1FF is #E81E00. Grayscale: #A7A7A7. Windows color (decimal): -15212033 or 16769303. OLE color: 16769303.
HSL color Cylindrical-coordinate representation of color #17E1FF: hue angle of 187.76º 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 #17E1FF is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 225 | 255 | - |
| CMYK | 0.91 | 0.12 | 0 | 0 |
| HSL | 187.76º | 1% | 0.55% | - |
| HSV(B) | 187.76º | 0.91% | 1% | - |
| XYZ | 45.33 | 61.25 | 104.04 | - |
| YUV | 168.02 | 177.08 | 24.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 225 | 255 | 0.91 | 0.12 | 0 | 0 | 187.76 | 1 | 0.55 |
| Hex | 17 | E1 | FF | 5B | C | 0 | 0 | BC | 64 | 37 |
| Octal | 27 | 341 | 377 | 133 | 14 | 0 | 0 | 274 | 144 | 67 |
| Binary | 10111 | 11100001 | 11111111 | 1011011 | 1100 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #17E1FF
Complementary color
Monochromatic Colors of #17E1FF
Black with #17E1FF
Text Example
Text Example
White with #17E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E1FF; }
p { color: rgb(23,225,255); }
H1.HeaderClassName
{
color: #17E1FF;
}
.AnyTagClassName
{
color: #17E1FF;
}
</style>
background-color css
<style>
a { background-color: #17E1FF; }
a { background-color: rgb(23,225,255); }
div.DivClassName
{
background-color: #17E1FF;
}
.BgClassName
{
background-color: #17E1FF;
}
</style>
border-color css
<style>
span { border-color: #17E1FF; }
span { border-color: rgb(23,225,255); }
td.TdClassName
{
border-color: #17E1FF;
}
.TagClassName
{
border-color: #17E1FF;
}
</style>