Html Css Color HEX #25EDFF Aqua

📋 copy color: '#25EDFF'

red 37 ◦ green 237 ◦ blue 255

#25EDFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #25EDFF

Tints of Aqua #25EDFF

RGB

 RED value IS 37 (14.84% from 255) = 6.99%

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 6.99%
G = 44.8%
B = 48.2%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25EDFF (or 0x25EDFF) is known color: Aqua. HEX triplet: 25, ED and FF. RGB value is (37,237,255). Sum of RGB (Red+Green+Blue) = 37+237+255=529 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.99% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #25EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EDFF is #DA1200. Grayscale: #B2B2B2. Windows color (decimal): -14291457 or 16772389. OLE color: 16772389.

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

Color convert

RGB 37 237 255 -
CMYK 0.85 0.07 0 0
HSL 184.95º 1% 0.57% -
HSV(B) 184.95º 0.85% 1% -
XYZ 49.1 68.18 105.18 -
YUV 179.25 170.74 26.54 -
System Red Green Blue C M Y K H S L
Decimal 37 237 255 0.85 0.07 0 0 184.95 1 0.57
Hex 25 ED FF 55 7 0 0 B9 64 39
Octal 45 355 377 125 7 0 0 271 144 71
Binary 100101 11101101 11111111 1010101 111 0 0 10111001 1100100 111001

Color Harmonies of #25EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EDFF

Black with #25EDFF

Text Example


Text Example

White with #25EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,237,255); }

 H1.HeaderClassName
 {
   color: #25EDFF;
 }
 .AnyTagClassName
 {
   color: #25EDFF;
 }
</style>

background-color css

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

 a { background-color: rgb(37,237,255); }

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

border-color css

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

 span { border-color: rgb(37,237,255); }

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