Shades of Aqua #15E5FF
Tints of Aqua #15E5FF
RGB
CMYK
RGB Variations
Color information
#15E5FF (or 0x15E5FF) is known color: Aqua. HEX triplet: 15, E5 and FF. RGB value is (21,229,255). Sum of RGB (Red+Green+Blue) = 21+229+255=505 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.16% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #15E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E5FF is #EA1A00. Grayscale: #A9A9A9. Windows color (decimal): -15342081 or 16770325. OLE color: 16770325.
HSL color Cylindrical-coordinate representation of color #15E5FF: hue angle of 186.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15E5FF is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 229 | 255 | - |
| CMYK | 0.92 | 0.10 | 0 | 0 |
| HSL | 186.67º | 1% | 0.54% | - |
| HSV(B) | 186.67º | 0.92% | 1% | - |
| XYZ | 46.38 | 63.42 | 104.4 | - |
| YUV | 169.77 | 176.09 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 229 | 255 | 0.92 | 0.10 | 0 | 0 | 186.67 | 1 | 0.54 |
| Hex | 15 | E5 | FF | 5C | A | 0 | 0 | BB | 64 | 36 |
| Octal | 25 | 345 | 377 | 134 | 12 | 0 | 0 | 273 | 144 | 66 |
| Binary | 10101 | 11100101 | 11111111 | 1011100 | 1010 | 0 | 0 | 10111011 | 1100100 | 110110 |
Color Harmonies of #15E5FF
Complementary color
Monochromatic Colors of #15E5FF
Black with #15E5FF
Text Example
Text Example
White with #15E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E5FF; }
p { color: rgb(21,229,255); }
H1.HeaderClassName
{
color: #15E5FF;
}
.AnyTagClassName
{
color: #15E5FF;
}
</style>
background-color css
<style>
a { background-color: #15E5FF; }
a { background-color: rgb(21,229,255); }
div.DivClassName
{
background-color: #15E5FF;
}
.BgClassName
{
background-color: #15E5FF;
}
</style>
border-color css
<style>
span { border-color: #15E5FF; }
span { border-color: rgb(21,229,255); }
td.TdClassName
{
border-color: #15E5FF;
}
.TagClassName
{
border-color: #15E5FF;
}
</style>