Shades of Aqua #25E9FD
Tints of Aqua #25E9FD
RGB
CMYK
RGB Variations
Color information
#25E9FD (or 0x25E9FD) is known color: Aqua. HEX triplet: 25, E9 and FD. RGB value is (37,233,253). Sum of RGB (Red+Green+Blue) = 37+233+253=523 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.07% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #25E9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E9FD is #DA1602. Grayscale: #B0B0B0. Windows color (decimal): -14292483 or 16640293. OLE color: 16640293.
HSL color Cylindrical-coordinate representation of color #25E9FD: hue angle of 185.56º 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 #25E9FD is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 233 | 253 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.01 |
| HSL | 185.56º | 0.98% | 0.57% | - |
| HSV(B) | 185.56º | 0.85% | 0.99% | - |
| XYZ | 47.63 | 65.76 | 103.11 | - |
| YUV | 176.68 | 171.07 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 253 | 0.85 | 0.08 | 0 | 0.01 | 185.56 | 0.98 | 0.57 |
| Hex | 25 | E9 | FD | 55 | 8 | 0 | 1 | BA | 62 | 39 |
| Octal | 45 | 351 | 375 | 125 | 10 | 0 | 1 | 272 | 142 | 71 |
| Binary | 100101 | 11101001 | 11111101 | 1010101 | 1000 | 0 | 1 | 10111010 | 1100010 | 111001 |
Color Harmonies of #25E9FD
Complementary color
Monochromatic Colors of #25E9FD
Black with #25E9FD
Text Example
Text Example
White with #25E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E9FD; }
p { color: rgb(37,233,253); }
H1.HeaderClassName
{
color: #25E9FD;
}
.AnyTagClassName
{
color: #25E9FD;
}
</style>
background-color css
<style>
a { background-color: #25E9FD; }
a { background-color: rgb(37,233,253); }
div.DivClassName
{
background-color: #25E9FD;
}
.BgClassName
{
background-color: #25E9FD;
}
</style>
border-color css
<style>
span { border-color: #25E9FD; }
span { border-color: rgb(37,233,253); }
td.TdClassName
{
border-color: #25E9FD;
}
.TagClassName
{
border-color: #25E9FD;
}
</style>