Shades of Aqua #15ECFD
Tints of Aqua #15ECFD
RGB
CMYK
RGB Variations
Color information
#15ECFD (or 0x15ECFD) is known color: Aqua. HEX triplet: 15, EC and FD. RGB value is (21,236,253). Sum of RGB (Red+Green+Blue) = 21+236+253=510 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.12% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #15ECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15ECFD is #EA1302. Grayscale: #ADADAD. Windows color (decimal): -15340291 or 16641045. OLE color: 16641045.
HSL color Cylindrical-coordinate representation of color #15ECFD: hue angle of 184.4º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15ECFD is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 236 | 253 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.01 |
| HSL | 184.4º | 0.98% | 0.54% | - |
| HSV(B) | 184.4º | 0.92% | 0.99% | - |
| XYZ | 48.03 | 67.24 | 103.38 | - |
| YUV | 173.65 | 172.77 | 19.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 253 | 0.92 | 0.07 | 0 | 0.01 | 184.4 | 0.98 | 0.54 |
| Hex | 15 | EC | FD | 5C | 7 | 0 | 1 | B8 | 62 | 36 |
| Octal | 25 | 354 | 375 | 134 | 7 | 0 | 1 | 270 | 142 | 66 |
| Binary | 10101 | 11101100 | 11111101 | 1011100 | 111 | 0 | 1 | 10111000 | 1100010 | 110110 |
Color Harmonies of #15ECFD
Complementary color
Monochromatic Colors of #15ECFD
Black with #15ECFD
Text Example
Text Example
White with #15ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECFD; }
p { color: rgb(21,236,253); }
H1.HeaderClassName
{
color: #15ECFD;
}
.AnyTagClassName
{
color: #15ECFD;
}
</style>
background-color css
<style>
a { background-color: #15ECFD; }
a { background-color: rgb(21,236,253); }
div.DivClassName
{
background-color: #15ECFD;
}
.BgClassName
{
background-color: #15ECFD;
}
</style>
border-color css
<style>
span { border-color: #15ECFD; }
span { border-color: rgb(21,236,253); }
td.TdClassName
{
border-color: #15ECFD;
}
.TagClassName
{
border-color: #15ECFD;
}
</style>