Shades of Aqua #25EAFF
Tints of Aqua #25EAFF
RGB
CMYK
RGB Variations
Color information
#25EAFF (or 0x25EAFF) is known color: Aqua. HEX triplet: 25, EA and FF. RGB value is (37,234,255). Sum of RGB (Red+Green+Blue) = 37+234+255=526 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.03% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #25EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EAFF is #DA1500. Grayscale: #B1B1B1. Windows color (decimal): -14292225 or 16771621. OLE color: 16771621.
HSL color Cylindrical-coordinate representation of color #25EAFF: hue angle of 185.78º 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 #25EAFF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 234 | 255 | - |
| CMYK | 0.85 | 0.08 | 0 | 0 |
| HSL | 185.78º | 1% | 0.57% | - |
| HSV(B) | 185.78º | 0.85% | 1% | - |
| XYZ | 48.24 | 66.46 | 104.89 | - |
| YUV | 177.49 | 171.73 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 255 | 0.85 | 0.08 | 0 | 0 | 185.78 | 1 | 0.57 |
| Hex | 25 | EA | FF | 55 | 8 | 0 | 0 | BA | 64 | 39 |
| Octal | 45 | 352 | 377 | 125 | 10 | 0 | 0 | 272 | 144 | 71 |
| Binary | 100101 | 11101010 | 11111111 | 1010101 | 1000 | 0 | 0 | 10111010 | 1100100 | 111001 |
Color Harmonies of #25EAFF
Complementary color
Monochromatic Colors of #25EAFF
Black with #25EAFF
Text Example
Text Example
White with #25EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAFF; }
p { color: rgb(37,234,255); }
H1.HeaderClassName
{
color: #25EAFF;
}
.AnyTagClassName
{
color: #25EAFF;
}
</style>
background-color css
<style>
a { background-color: #25EAFF; }
a { background-color: rgb(37,234,255); }
div.DivClassName
{
background-color: #25EAFF;
}
.BgClassName
{
background-color: #25EAFF;
}
</style>
border-color css
<style>
span { border-color: #25EAFF; }
span { border-color: rgb(37,234,255); }
td.TdClassName
{
border-color: #25EAFF;
}
.TagClassName
{
border-color: #25EAFF;
}
</style>