Html Css Color HEX #32AAE1 Summer Sky

📋 copy color: '#32AAE1'

red 50 ◦ green 170 ◦ blue 225

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

Shades of Summer Sky #32AAE1

Tints of Summer Sky #32AAE1

RGB

 RED value IS 50 (19.92% from 255) = 11.24%

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

 BLUE value IS 225 (88.28% from 255) = 50.56%

R = 11.24%
G = 38.2%
B = 50.56%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#32AAE1 (or 0x32AAE1) is known color: Summer Sky. HEX triplet: 32, AA and E1. RGB value is (50,170,225). Sum of RGB (Red+Green+Blue) = 50+170+225=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #32AAE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AAE1 is #CD551E. Grayscale: #8C8C8C. Windows color (decimal): -13456671 or 14789170. OLE color: 14789170.

HSL color Cylindrical-coordinate representation of color #32AAE1: hue angle of 198.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AAE1 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 170 225 -
CMYK 0.78 0.24 0 0.12
HSL 198.86º 0.74% 0.54% -
HSV(B) 198.86º 0.78% 0.88% -
XYZ 29.28 34.86 76.42 -
YUV 140.39 175.74 63.53 -
System Red Green Blue C M Y K H S L
Decimal 50 170 225 0.78 0.24 0 0.12 198.86 0.74 0.54
Hex 32 AA E1 4E 18 0 C C7 4A 36
Octal 62 252 341 116 30 0 14 307 112 66
Binary 110010 10101010 11100001 1001110 11000 0 1100 11000111 1001010 110110

Color Harmonies of #32AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AAE1

Black with #32AAE1

Text Example


Text Example

White with #32AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AAE1; }

 p { color: rgb(50,170,225); }

 H1.HeaderClassName
 {
   color: #32AAE1;
 }
 .AnyTagClassName
 {
   color: #32AAE1;
 }
</style>

background-color css

<style>
 a { background-color: #32AAE1; }

 a { background-color: rgb(50,170,225); }

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

border-color css

<style>
 span { border-color: #32AAE1; }

 span { border-color: rgb(50,170,225); }

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