Shades of Aqua #25EBFF
Tints of Aqua #25EBFF
RGB
CMYK
RGB Variations
Color information
#25EBFF (or 0x25EBFF) is known color: Aqua. HEX triplet: 25, EB and FF. RGB value is (37,235,255). Sum of RGB (Red+Green+Blue) = 37+235+255=527 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.02% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #25EBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EBFF is #DA1400. Grayscale: #B1B1B1. Windows color (decimal): -14291969 or 16771877. OLE color: 16771877.
HSL color Cylindrical-coordinate representation of color #25EBFF: hue angle of 185.5º 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 #25EBFF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 235 | 255 | - |
| CMYK | 0.85 | 0.08 | 0 | 0 |
| HSL | 185.5º | 1% | 0.57% | - |
| HSV(B) | 185.5º | 0.85% | 1% | - |
| XYZ | 48.52 | 67.03 | 104.99 | - |
| YUV | 178.08 | 171.4 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 235 | 255 | 0.85 | 0.08 | 0 | 0 | 185.5 | 1 | 0.57 |
| Hex | 25 | EB | FF | 55 | 8 | 0 | 0 | BA | 64 | 39 |
| Octal | 45 | 353 | 377 | 125 | 10 | 0 | 0 | 272 | 144 | 71 |
| Binary | 100101 | 11101011 | 11111111 | 1010101 | 1000 | 0 | 0 | 10111010 | 1100100 | 111001 |
Color Harmonies of #25EBFF
Complementary color
Monochromatic Colors of #25EBFF
Black with #25EBFF
Text Example
Text Example
White with #25EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EBFF; }
p { color: rgb(37,235,255); }
H1.HeaderClassName
{
color: #25EBFF;
}
.AnyTagClassName
{
color: #25EBFF;
}
</style>
background-color css
<style>
a { background-color: #25EBFF; }
a { background-color: rgb(37,235,255); }
div.DivClassName
{
background-color: #25EBFF;
}
.BgClassName
{
background-color: #25EBFF;
}
</style>
border-color css
<style>
span { border-color: #25EBFF; }
span { border-color: rgb(37,235,255); }
td.TdClassName
{
border-color: #25EBFF;
}
.TagClassName
{
border-color: #25EBFF;
}
</style>