Shades of Aqua #25FCFF
Tints of Aqua #25FCFF
RGB
CMYK
RGB Variations
Color information
#25FCFF (or 0x25FCFF) is known color: Aqua. HEX triplet: 25, FC and FF. RGB value is (37,252,255). Sum of RGB (Red+Green+Blue) = 37+252+255=544 (72% of max value = 765). Red value is 37 (14.84% from 255 or 6.80% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #25FCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FCFF is #DA0300. Grayscale: #BBBBBB. Windows color (decimal): -14287617 or 16776229. OLE color: 16776229.
HSL color Cylindrical-coordinate representation of color #25FCFF: hue angle of 180.83º 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 #25FCFF is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 252 | 255 | - |
| CMYK | 0.85 | 0.01 | 0 | 0 |
| HSL | 180.83º | 1% | 0.57% | - |
| HSV(B) | 180.83º | 0.85% | 1% | - |
| XYZ | 53.62 | 77.23 | 106.69 | - |
| YUV | 188.06 | 165.77 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 255 | 0.85 | 0.01 | 0 | 0 | 180.83 | 1 | 0.57 |
| Hex | 25 | FC | FF | 55 | 1 | 0 | 0 | B5 | 64 | 39 |
| Octal | 45 | 374 | 377 | 125 | 1 | 0 | 0 | 265 | 144 | 71 |
| Binary | 100101 | 11111100 | 11111111 | 1010101 | 1 | 0 | 0 | 10110101 | 1100100 | 111001 |
Color Harmonies of #25FCFF
Complementary color
Monochromatic Colors of #25FCFF
Black with #25FCFF
Text Example
Text Example
White with #25FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCFF; }
p { color: rgb(37,252,255); }
H1.HeaderClassName
{
color: #25FCFF;
}
.AnyTagClassName
{
color: #25FCFF;
}
</style>
background-color css
<style>
a { background-color: #25FCFF; }
a { background-color: rgb(37,252,255); }
div.DivClassName
{
background-color: #25FCFF;
}
.BgClassName
{
background-color: #25FCFF;
}
</style>
border-color css
<style>
span { border-color: #25FCFF; }
span { border-color: rgb(37,252,255); }
td.TdClassName
{
border-color: #25FCFF;
}
.TagClassName
{
border-color: #25FCFF;
}
</style>