Shades of Aqua #15EEFE
Tints of Aqua #15EEFE
RGB
CMYK
RGB Variations
Color information
#15EEFE (or 0x15EEFE) is known color: Aqua. HEX triplet: 15, EE and FE. RGB value is (21,238,254). Sum of RGB (Red+Green+Blue) = 21+238+254=513 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.09% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #15EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EEFE is #EA1101. Grayscale: #AEAEAE. Windows color (decimal): -15339778 or 16707093. OLE color: 16707093.
HSL color Cylindrical-coordinate representation of color #15EEFE: hue angle of 184.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15EEFE is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 238 | 254 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.00 |
| HSL | 184.12º | 0.99% | 0.54% | - |
| HSV(B) | 184.12º | 0.92% | 1% | - |
| XYZ | 48.77 | 68.46 | 104.41 | - |
| YUV | 174.94 | 172.61 | 18.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 254 | 0.92 | 0.06 | 0 | 0.00 | 184.12 | 0.99 | 0.54 |
| Hex | 15 | EE | FE | 5C | 6 | 0 | 0 | B8 | 63 | 36 |
| Octal | 25 | 356 | 376 | 134 | 6 | 0 | 0 | 270 | 143 | 66 |
| Binary | 10101 | 11101110 | 11111110 | 1011100 | 110 | 0 | 0 | 10111000 | 1100011 | 110110 |
Color Harmonies of #15EEFE
Complementary color
Monochromatic Colors of #15EEFE
Black with #15EEFE
Text Example
Text Example
White with #15EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEFE; }
p { color: rgb(21,238,254); }
H1.HeaderClassName
{
color: #15EEFE;
}
.AnyTagClassName
{
color: #15EEFE;
}
</style>
background-color css
<style>
a { background-color: #15EEFE; }
a { background-color: rgb(21,238,254); }
div.DivClassName
{
background-color: #15EEFE;
}
.BgClassName
{
background-color: #15EEFE;
}
</style>
border-color css
<style>
span { border-color: #15EEFE; }
span { border-color: rgb(21,238,254); }
td.TdClassName
{
border-color: #15EEFE;
}
.TagClassName
{
border-color: #15EEFE;
}
</style>