Shades of Aqua #25ECFF
Tints of Aqua #25ECFF
RGB
CMYK
RGB Variations
Color information
#25ECFF (or 0x25ECFF) is known color: Aqua. HEX triplet: 25, EC and FF. RGB value is (37,236,255). Sum of RGB (Red+Green+Blue) = 37+236+255=528 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.01% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #25ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25ECFF is #DA1300. Grayscale: #B2B2B2. Windows color (decimal): -14291713 or 16772133. OLE color: 16772133.
HSL color Cylindrical-coordinate representation of color #25ECFF: hue angle of 185.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ECFF is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 236 | 255 | - |
| CMYK | 0.85 | 0.07 | 0 | 0 |
| HSL | 185.23º | 1% | 0.57% | - |
| HSV(B) | 185.23º | 0.85% | 1% | - |
| XYZ | 48.81 | 67.6 | 105.08 | - |
| YUV | 178.67 | 171.07 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 255 | 0.85 | 0.07 | 0 | 0 | 185.23 | 1 | 0.57 |
| Hex | 25 | EC | FF | 55 | 7 | 0 | 0 | B9 | 64 | 39 |
| Octal | 45 | 354 | 377 | 125 | 7 | 0 | 0 | 271 | 144 | 71 |
| Binary | 100101 | 11101100 | 11111111 | 1010101 | 111 | 0 | 0 | 10111001 | 1100100 | 111001 |
Color Harmonies of #25ECFF
Complementary color
Monochromatic Colors of #25ECFF
Black with #25ECFF
Text Example
Text Example
White with #25ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECFF; }
p { color: rgb(37,236,255); }
H1.HeaderClassName
{
color: #25ECFF;
}
.AnyTagClassName
{
color: #25ECFF;
}
</style>
background-color css
<style>
a { background-color: #25ECFF; }
a { background-color: rgb(37,236,255); }
div.DivClassName
{
background-color: #25ECFF;
}
.BgClassName
{
background-color: #25ECFF;
}
</style>
border-color css
<style>
span { border-color: #25ECFF; }
span { border-color: rgb(37,236,255); }
td.TdClassName
{
border-color: #25ECFF;
}
.TagClassName
{
border-color: #25ECFF;
}
</style>