Shades of Aqua #25EDFC
Tints of Aqua #25EDFC
RGB
CMYK
RGB Variations
Color information
#25EDFC (or 0x25EDFC) is known color: Aqua. HEX triplet: 25, ED and FC. RGB value is (37,237,252). Sum of RGB (Red+Green+Blue) = 37+237+252=526 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.03% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #25EDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EDFC is #DA1203. Grayscale: #B2B2B2. Windows color (decimal): -14291460 or 16575781. OLE color: 16575781.
HSL color Cylindrical-coordinate representation of color #25EDFC: hue angle of 184.19º degrees, saturation: 0.97, 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 #25EDFC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 237 | 252 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.01 |
| HSL | 184.19º | 0.97% | 0.57% | - |
| HSV(B) | 184.19º | 0.85% | 0.99% | - |
| XYZ | 48.62 | 67.99 | 102.66 | - |
| YUV | 178.91 | 169.24 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 237 | 252 | 0.85 | 0.06 | 0 | 0.01 | 184.19 | 0.97 | 0.57 |
| Hex | 25 | ED | FC | 55 | 6 | 0 | 1 | B8 | 61 | 39 |
| Octal | 45 | 355 | 374 | 125 | 6 | 0 | 1 | 270 | 141 | 71 |
| Binary | 100101 | 11101101 | 11111100 | 1010101 | 110 | 0 | 1 | 10111000 | 1100001 | 111001 |
Color Harmonies of #25EDFC
Complementary color
Monochromatic Colors of #25EDFC
Black with #25EDFC
Text Example
Text Example
White with #25EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EDFC; }
p { color: rgb(37,237,252); }
H1.HeaderClassName
{
color: #25EDFC;
}
.AnyTagClassName
{
color: #25EDFC;
}
</style>
background-color css
<style>
a { background-color: #25EDFC; }
a { background-color: rgb(37,237,252); }
div.DivClassName
{
background-color: #25EDFC;
}
.BgClassName
{
background-color: #25EDFC;
}
</style>
border-color css
<style>
span { border-color: #25EDFC; }
span { border-color: rgb(37,237,252); }
td.TdClassName
{
border-color: #25EDFC;
}
.TagClassName
{
border-color: #25EDFC;
}
</style>