Shades of Aqua #25EAFD
Tints of Aqua #25EAFD
RGB
CMYK
RGB Variations
Color information
#25EAFD (or 0x25EAFD) is known color: Aqua. HEX triplet: 25, EA and FD. RGB value is (37,234,253). Sum of RGB (Red+Green+Blue) = 37+234+253=524 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.06% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #25EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EAFD is #DA1502. Grayscale: #B0B0B0. Windows color (decimal): -14292227 or 16640549. OLE color: 16640549.
HSL color Cylindrical-coordinate representation of color #25EAFD: hue angle of 185.28º 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 #25EAFD is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 234 | 253 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.01 |
| HSL | 185.28º | 0.98% | 0.57% | - |
| HSV(B) | 185.28º | 0.85% | 0.99% | - |
| XYZ | 47.92 | 66.33 | 103.21 | - |
| YUV | 177.26 | 170.73 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 253 | 0.85 | 0.08 | 0 | 0.01 | 185.28 | 0.98 | 0.57 |
| Hex | 25 | EA | FD | 55 | 8 | 0 | 1 | B9 | 62 | 39 |
| Octal | 45 | 352 | 375 | 125 | 10 | 0 | 1 | 271 | 142 | 71 |
| Binary | 100101 | 11101010 | 11111101 | 1010101 | 1000 | 0 | 1 | 10111001 | 1100010 | 111001 |
Color Harmonies of #25EAFD
Complementary color
Monochromatic Colors of #25EAFD
Black with #25EAFD
Text Example
Text Example
White with #25EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAFD; }
p { color: rgb(37,234,253); }
H1.HeaderClassName
{
color: #25EAFD;
}
.AnyTagClassName
{
color: #25EAFD;
}
</style>
background-color css
<style>
a { background-color: #25EAFD; }
a { background-color: rgb(37,234,253); }
div.DivClassName
{
background-color: #25EAFD;
}
.BgClassName
{
background-color: #25EAFD;
}
</style>
border-color css
<style>
span { border-color: #25EAFD; }
span { border-color: rgb(37,234,253); }
td.TdClassName
{
border-color: #25EAFD;
}
.TagClassName
{
border-color: #25EAFD;
}
</style>