#25FDFE

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

Shades of Aqua #25FDFE

Tints of Aqua #25FDFE

Color information

#25FDFE (or 0x25FDFE) is unknown color: approx Aqua. HEX triplet: 25, FD and FE. RGB value is (37,253,254). Sum of RGB (Red+Green+Blue) = 37+253+254=544 (72% of max value = 765). Red value is 37 (14.84% from 255 or 6.80% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #25FDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FDFE is #DA0201. Grayscale: #BCBCBC. Windows color (decimal): -14287362 or 16710949. OLE color: 16710949.

HSL color Cylindrical-coordinate representation of color #25FDFE: hue angle of 180.28º 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 #25FDFE is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB37253254-
CMYK0.850.0000.00
HSL180.28º99.09%57.06%-
HSV(B)180.28º85.43%99.61%-
XYZ53.7877.8105.95-
YUV188.53164.9419.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 6.80%
GREEN value IS 253 (99.22% from 255) = 46.51%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=6.80%
G=46.51%
B=46.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal372532540.850.0000.00180.2899.0957.06
Hex25FDFE55000b46339
Octal4537537612500026414371
Binary10010111111101111111101010101000101101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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