Html Css Color HEX #25AACE Summer Sky

📋 copy color: '#25AACE'

red 37 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #25AACE

Tints of Summer Sky #25AACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 8.96%
G = 41.16%
B = 49.88%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#25AACE (or 0x25AACE) is known color: Summer Sky. HEX triplet: 25, AA and CE. RGB value is (37,170,206). Sum of RGB (Red+Green+Blue) = 37+170+206=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #25AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AACE is #DA5531. Grayscale: #868686. Windows color (decimal): -14308658 or 13543973. OLE color: 13543973.

HSL color Cylindrical-coordinate representation of color #25AACE: hue angle of 192.78º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25AACE is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 170 206 -
CMYK 0.82 0.17 0 0.19
HSL 192.78º 0.7% 0.48% -
HSV(B) 192.78º 0.82% 0.81% -
XYZ 26.28 33.6 63.49 -
YUV 134.34 168.44 58.57 -
System Red Green Blue C M Y K H S L
Decimal 37 170 206 0.82 0.17 0 0.19 192.78 0.7 0.48
Hex 25 AA CE 52 11 0 13 C1 46 30
Octal 45 252 316 122 21 0 23 301 106 60
Binary 100101 10101010 11001110 1010010 10001 0 10011 11000001 1000110 110000

Color Harmonies of #25AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AACE

Black with #25AACE

Text Example


Text Example

White with #25AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,170,206); }

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

background-color css

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

 a { background-color: rgb(37,170,206); }

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

border-color css

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

 span { border-color: rgb(37,170,206); }

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