Shades of Aqua #17E5FD
Tints of Aqua #17E5FD
RGB
CMYK
RGB Variations
Color information
#17E5FD (or 0x17E5FD) is known color: Aqua. HEX triplet: 17, E5 and FD. RGB value is (23,229,253). Sum of RGB (Red+Green+Blue) = 23+229+253=505 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.55% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #17E5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17E5FD is #E81A02. Grayscale: #A9A9A9. Windows color (decimal): -15211011 or 16639255. OLE color: 16639255.
HSL color Cylindrical-coordinate representation of color #17E5FD: hue angle of 186.26º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17E5FD is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 229 | 253 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.01 |
| HSL | 186.26º | 0.98% | 0.54% | - |
| HSV(B) | 186.26º | 0.91% | 0.99% | - |
| XYZ | 46.1 | 63.31 | 102.72 | - |
| YUV | 170.14 | 174.75 | 23.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 229 | 253 | 0.91 | 0.09 | 0 | 0.01 | 186.26 | 0.98 | 0.54 |
| Hex | 17 | E5 | FD | 5B | 9 | 0 | 1 | BA | 62 | 36 |
| Octal | 27 | 345 | 375 | 133 | 11 | 0 | 1 | 272 | 142 | 66 |
| Binary | 10111 | 11100101 | 11111101 | 1011011 | 1001 | 0 | 1 | 10111010 | 1100010 | 110110 |
Color Harmonies of #17E5FD
Complementary color
Monochromatic Colors of #17E5FD
Black with #17E5FD
Text Example
Text Example
White with #17E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E5FD; }
p { color: rgb(23,229,253); }
H1.HeaderClassName
{
color: #17E5FD;
}
.AnyTagClassName
{
color: #17E5FD;
}
</style>
background-color css
<style>
a { background-color: #17E5FD; }
a { background-color: rgb(23,229,253); }
div.DivClassName
{
background-color: #17E5FD;
}
.BgClassName
{
background-color: #17E5FD;
}
</style>
border-color css
<style>
span { border-color: #17E5FD; }
span { border-color: rgb(23,229,253); }
td.TdClassName
{
border-color: #17E5FD;
}
.TagClassName
{
border-color: #17E5FD;
}
</style>