Shades of Aqua #25EFFF
Tints of Aqua #25EFFF
RGB
CMYK
RGB Variations
Color information
#25EFFF (or 0x25EFFF) is known color: Aqua. HEX triplet: 25, EF and FF. RGB value is (37,239,255). Sum of RGB (Red+Green+Blue) = 37+239+255=531 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.97% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #25EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFFF is #DA1000. Grayscale: #B4B4B4. Windows color (decimal): -14290945 or 16772901. OLE color: 16772901.
HSL color Cylindrical-coordinate representation of color #25EFFF: hue angle of 184.4º 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 #25EFFF is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 239 | 255 | - |
| CMYK | 0.85 | 0.06 | 0 | 0 |
| HSL | 184.4º | 1% | 0.57% | - |
| HSV(B) | 184.4º | 0.85% | 1% | - |
| XYZ | 49.68 | 69.35 | 105.37 | - |
| YUV | 180.43 | 170.08 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 255 | 0.85 | 0.06 | 0 | 0 | 184.4 | 1 | 0.57 |
| Hex | 25 | EF | FF | 55 | 6 | 0 | 0 | B8 | 64 | 39 |
| Octal | 45 | 357 | 377 | 125 | 6 | 0 | 0 | 270 | 144 | 71 |
| Binary | 100101 | 11101111 | 11111111 | 1010101 | 110 | 0 | 0 | 10111000 | 1100100 | 111001 |
Color Harmonies of #25EFFF
Complementary color
Monochromatic Colors of #25EFFF
Black with #25EFFF
Text Example
Text Example
White with #25EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFFF; }
p { color: rgb(37,239,255); }
H1.HeaderClassName
{
color: #25EFFF;
}
.AnyTagClassName
{
color: #25EFFF;
}
</style>
background-color css
<style>
a { background-color: #25EFFF; }
a { background-color: rgb(37,239,255); }
div.DivClassName
{
background-color: #25EFFF;
}
.BgClassName
{
background-color: #25EFFF;
}
</style>
border-color css
<style>
span { border-color: #25EFFF; }
span { border-color: rgb(37,239,255); }
td.TdClassName
{
border-color: #25EFFF;
}
.TagClassName
{
border-color: #25EFFF;
}
</style>