Html Css Color HEX #25AEE0 Summer Sky

📋 copy color: '#25AEE0'

red 37 ◦ green 174 ◦ blue 224

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

Shades of Summer Sky #25AEE0

Tints of Summer Sky #25AEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 8.51%
G = 40%
B = 51.49%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#25AEE0 (or 0x25AEE0) is known color: Summer Sky. HEX triplet: 25, AE and E0. RGB value is (37,174,224). Sum of RGB (Red+Green+Blue) = 37+174+224=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #25AEE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AEE0 is #DA511F. Grayscale: #8A8A8A. Windows color (decimal): -14307616 or 14724645. OLE color: 14724645.

HSL color Cylindrical-coordinate representation of color #25AEE0: hue angle of 196.04º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25AEE0 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 174 224 -
CMYK 0.83 0.22 0 0.12
HSL 196.04º 0.75% 0.51% -
HSV(B) 196.04º 0.83% 0.88% -
XYZ 29.35 36.05 75.93 -
YUV 138.74 176.11 55.43 -
System Red Green Blue C M Y K H S L
Decimal 37 174 224 0.83 0.22 0 0.12 196.04 0.75 0.51
Hex 25 AE E0 53 16 0 C C4 4B 33
Octal 45 256 340 123 26 0 14 304 113 63
Binary 100101 10101110 11100000 1010011 10110 0 1100 11000100 1001011 110011

Color Harmonies of #25AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEE0

Black with #25AEE0

Text Example


Text Example

White with #25AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,174,224); }

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

background-color css

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

 a { background-color: rgb(37,174,224); }

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

border-color css

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

 span { border-color: rgb(37,174,224); }

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