Shades of Aqua #15E4FF
Tints of Aqua #15E4FF
RGB
CMYK
RGB Variations
Color information
#15E4FF (or 0x15E4FF) is known color: Aqua. HEX triplet: 15, E4 and FF. RGB value is (21,228,255). Sum of RGB (Red+Green+Blue) = 21+228+255=504 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #15E4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E4FF is #EA1B00. Grayscale: #A8A8A8. Windows color (decimal): -15342337 or 16770069. OLE color: 16770069.
HSL color Cylindrical-coordinate representation of color #15E4FF: hue angle of 186.92º 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 #15E4FF is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 228 | 255 | - |
| CMYK | 0.92 | 0.11 | 0 | 0 |
| HSL | 186.92º | 1% | 0.54% | - |
| HSV(B) | 186.92º | 0.92% | 1% | - |
| XYZ | 46.1 | 62.87 | 104.31 | - |
| YUV | 169.19 | 176.42 | 22.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 228 | 255 | 0.92 | 0.11 | 0 | 0 | 186.92 | 1 | 0.54 |
| Hex | 15 | E4 | FF | 5C | B | 0 | 0 | BB | 64 | 36 |
| Octal | 25 | 344 | 377 | 134 | 13 | 0 | 0 | 273 | 144 | 66 |
| Binary | 10101 | 11100100 | 11111111 | 1011100 | 1011 | 0 | 0 | 10111011 | 1100100 | 110110 |
Color Harmonies of #15E4FF
Complementary color
Monochromatic Colors of #15E4FF
Black with #15E4FF
Text Example
Text Example
White with #15E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E4FF; }
p { color: rgb(21,228,255); }
H1.HeaderClassName
{
color: #15E4FF;
}
.AnyTagClassName
{
color: #15E4FF;
}
</style>
background-color css
<style>
a { background-color: #15E4FF; }
a { background-color: rgb(21,228,255); }
div.DivClassName
{
background-color: #15E4FF;
}
.BgClassName
{
background-color: #15E4FF;
}
</style>
border-color css
<style>
span { border-color: #15E4FF; }
span { border-color: rgb(21,228,255); }
td.TdClassName
{
border-color: #15E4FF;
}
.TagClassName
{
border-color: #15E4FF;
}
</style>