Shades of Aqua #15E8FF
Tints of Aqua #15E8FF
RGB
CMYK
RGB Variations
Color information
#15E8FF (or 0x15E8FF) is known color: Aqua. HEX triplet: 15, E8 and FF. RGB value is (21,232,255). Sum of RGB (Red+Green+Blue) = 21+232+255=508 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.13% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #15E8FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E8FF is #EA1700. Grayscale: #ABABAB. Windows color (decimal): -15341313 or 16771093. OLE color: 16771093.
HSL color Cylindrical-coordinate representation of color #15E8FF: hue angle of 185.9º 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 #15E8FF is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 232 | 255 | - |
| CMYK | 0.92 | 0.09 | 0 | 0 |
| HSL | 185.9º | 1% | 0.54% | - |
| HSV(B) | 185.9º | 0.92% | 1% | - |
| XYZ | 47.22 | 65.09 | 104.68 | - |
| YUV | 171.53 | 175.1 | 20.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 232 | 255 | 0.92 | 0.09 | 0 | 0 | 185.9 | 1 | 0.54 |
| Hex | 15 | E8 | FF | 5C | 9 | 0 | 0 | BA | 64 | 36 |
| Octal | 25 | 350 | 377 | 134 | 11 | 0 | 0 | 272 | 144 | 66 |
| Binary | 10101 | 11101000 | 11111111 | 1011100 | 1001 | 0 | 0 | 10111010 | 1100100 | 110110 |
Color Harmonies of #15E8FF
Complementary color
Monochromatic Colors of #15E8FF
Black with #15E8FF
Text Example
Text Example
White with #15E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E8FF; }
p { color: rgb(21,232,255); }
H1.HeaderClassName
{
color: #15E8FF;
}
.AnyTagClassName
{
color: #15E8FF;
}
</style>
background-color css
<style>
a { background-color: #15E8FF; }
a { background-color: rgb(21,232,255); }
div.DivClassName
{
background-color: #15E8FF;
}
.BgClassName
{
background-color: #15E8FF;
}
</style>
border-color css
<style>
span { border-color: #15E8FF; }
span { border-color: rgb(21,232,255); }
td.TdClassName
{
border-color: #15E8FF;
}
.TagClassName
{
border-color: #15E8FF;
}
</style>