Shades of Aqua #25ECFD
Tints of Aqua #25ECFD
RGB
CMYK
RGB Variations
Color information
#25ECFD (or 0x25ECFD) is known color: Aqua. HEX triplet: 25, EC and FD. RGB value is (37,236,253). Sum of RGB (Red+Green+Blue) = 37+236+253=526 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.03% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #25ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25ECFD is #DA1302. Grayscale: #B2B2B2. Windows color (decimal): -14291715 or 16641061. OLE color: 16641061.
HSL color Cylindrical-coordinate representation of color #25ECFD: hue angle of 184.72º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ECFD is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 236 | 253 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.01 |
| HSL | 184.72º | 0.98% | 0.57% | - |
| HSV(B) | 184.72º | 0.85% | 0.99% | - |
| XYZ | 48.49 | 67.48 | 103.4 | - |
| YUV | 178.44 | 170.07 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 253 | 0.85 | 0.07 | 0 | 0.01 | 184.72 | 0.98 | 0.57 |
| Hex | 25 | EC | FD | 55 | 7 | 0 | 1 | B9 | 62 | 39 |
| Octal | 45 | 354 | 375 | 125 | 7 | 0 | 1 | 271 | 142 | 71 |
| Binary | 100101 | 11101100 | 11111101 | 1010101 | 111 | 0 | 1 | 10111001 | 1100010 | 111001 |
Color Harmonies of #25ECFD
Complementary color
Monochromatic Colors of #25ECFD
Black with #25ECFD
Text Example
Text Example
White with #25ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECFD; }
p { color: rgb(37,236,253); }
H1.HeaderClassName
{
color: #25ECFD;
}
.AnyTagClassName
{
color: #25ECFD;
}
</style>
background-color css
<style>
a { background-color: #25ECFD; }
a { background-color: rgb(37,236,253); }
div.DivClassName
{
background-color: #25ECFD;
}
.BgClassName
{
background-color: #25ECFD;
}
</style>
border-color css
<style>
span { border-color: #25ECFD; }
span { border-color: rgb(37,236,253); }
td.TdClassName
{
border-color: #25ECFD;
}
.TagClassName
{
border-color: #25ECFD;
}
</style>