Shades of Aqua #15EEFF
Tints of Aqua #15EEFF
RGB
CMYK
RGB Variations
Color information
#15EEFF (or 0x15EEFF) is known color: Aqua. HEX triplet: 15, EE and FF. RGB value is (21,238,255). Sum of RGB (Red+Green+Blue) = 21+238+255=514 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.09% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #15EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EEFF is #EA1100. Grayscale: #AEAEAE. Windows color (decimal): -15339777 or 16772629. OLE color: 16772629.
HSL color Cylindrical-coordinate representation of color #15EEFF: hue angle of 184.36º 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 #15EEFF is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 238 | 255 | - |
| CMYK | 0.92 | 0.07 | 0 | 0 |
| HSL | 184.36º | 1% | 0.54% | - |
| HSV(B) | 184.36º | 0.92% | 1% | - |
| XYZ | 48.93 | 68.53 | 105.26 | - |
| YUV | 175.06 | 173.11 | 18.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 255 | 0.92 | 0.07 | 0 | 0 | 184.36 | 1 | 0.54 |
| Hex | 15 | EE | FF | 5C | 7 | 0 | 0 | B8 | 64 | 36 |
| Octal | 25 | 356 | 377 | 134 | 7 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10101 | 11101110 | 11111111 | 1011100 | 111 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #15EEFF
Complementary color
Monochromatic Colors of #15EEFF
Black with #15EEFF
Text Example
Text Example
White with #15EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEFF; }
p { color: rgb(21,238,255); }
H1.HeaderClassName
{
color: #15EEFF;
}
.AnyTagClassName
{
color: #15EEFF;
}
</style>
background-color css
<style>
a { background-color: #15EEFF; }
a { background-color: rgb(21,238,255); }
div.DivClassName
{
background-color: #15EEFF;
}
.BgClassName
{
background-color: #15EEFF;
}
</style>
border-color css
<style>
span { border-color: #15EEFF; }
span { border-color: rgb(21,238,255); }
td.TdClassName
{
border-color: #15EEFF;
}
.TagClassName
{
border-color: #15EEFF;
}
</style>