Shades of Aqua #25E6FF
Tints of Aqua #25E6FF
RGB
CMYK
RGB Variations
Color information
#25E6FF (or 0x25E6FF) is known color: Aqua. HEX triplet: 25, E6 and FF. RGB value is (37,230,255). Sum of RGB (Red+Green+Blue) = 37+230+255=522 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.09% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #25E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E6FF is #DA1900. Grayscale: #AEAEAE. Windows color (decimal): -14293249 or 16770597. OLE color: 16770597.
HSL color Cylindrical-coordinate representation of color #25E6FF: hue angle of 186.88º 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 #25E6FF is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 230 | 255 | - |
| CMYK | 0.85 | 0.10 | 0 | 0 |
| HSL | 186.88º | 1% | 0.57% | - |
| HSV(B) | 186.88º | 0.85% | 1% | - |
| XYZ | 47.11 | 64.21 | 104.52 | - |
| YUV | 175.14 | 173.06 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 230 | 255 | 0.85 | 0.10 | 0 | 0 | 186.88 | 1 | 0.57 |
| Hex | 25 | E6 | FF | 55 | A | 0 | 0 | BB | 64 | 39 |
| Octal | 45 | 346 | 377 | 125 | 12 | 0 | 0 | 273 | 144 | 71 |
| Binary | 100101 | 11100110 | 11111111 | 1010101 | 1010 | 0 | 0 | 10111011 | 1100100 | 111001 |
Color Harmonies of #25E6FF
Complementary color
Monochromatic Colors of #25E6FF
Black with #25E6FF
Text Example
Text Example
White with #25E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E6FF; }
p { color: rgb(37,230,255); }
H1.HeaderClassName
{
color: #25E6FF;
}
.AnyTagClassName
{
color: #25E6FF;
}
</style>
background-color css
<style>
a { background-color: #25E6FF; }
a { background-color: rgb(37,230,255); }
div.DivClassName
{
background-color: #25E6FF;
}
.BgClassName
{
background-color: #25E6FF;
}
</style>
border-color css
<style>
span { border-color: #25E6FF; }
span { border-color: rgb(37,230,255); }
td.TdClassName
{
border-color: #25E6FF;
}
.TagClassName
{
border-color: #25E6FF;
}
</style>