#25F0FE

Color #25F0FE Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #25F0FE

Tints of Aqua #25F0FE

Color information

#25F0FE (or 0x25F0FE) is unknown color: approx Aqua. HEX triplet: 25, F0 and FE. RGB value is (37,240,254). Sum of RGB (Red+Green+Blue) = 37+240+254=531 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.97% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #25F0FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F0FE is #DA0F01. Grayscale: #B4B4B4. Windows color (decimal): -14290690 or 16707621. OLE color: 16707621.

HSL color Cylindrical-coordinate representation of color #25F0FE: hue angle of 183.87º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F0FE is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB37240254-
CMYK0.850.0600.00
HSL183.87º99.09%57.06%-
HSV(B)183.87º85.43%99.61%-
XYZ49.8169.87104.63-
YUV180.9169.2525.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 6.97%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=6.97%
G=45.20%
B=47.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal372402540.850.0600.00183.8799.0957.06
Hex25F0FE55600b86339
Octal4536037612560027014371
Binary1001011111000011111110101010111000101110001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25F0FE; }

 p { color: rgb(37,240,254); }

 H1.HeaderClassName
 {
   color: #25F0FE;
 }
 .AnyTagClassName
 {
   color: #25F0FE;
 }
</style>
background-color css

<style>
 a { background-color: #25F0FE; }

 a { background-color: rgb(37,240,254); }

 div.DivClassName
 {
   background-color: #25F0FE;
 }
 .BgClassName
 {
   background-color: #25F0FE;
 }
</style>
border-color css

<style>
 span { border-color: #25F0FE; }

 span { border-color: rgb(37,240,254); }

 td.TdClassName
 {
   border-color: #25F0FE;
 }
 .TagClassName
 {
   border-color: #25F0FE;
 }
</style>