Html Css Color HEX #32AECB Summer Sky

📋 copy color: '#32AECB'

red 50 ◦ green 174 ◦ blue 203

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

Shades of Summer Sky #32AECB

Tints of Summer Sky #32AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 11.71%
G = 40.75%
B = 47.54%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#32AECB (or 0x32AECB) is known color: Summer Sky. HEX triplet: 32, AE and CB. RGB value is (50,174,203). Sum of RGB (Red+Green+Blue) = 50+174+203=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #32AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AECB is #CD5134. Grayscale: #8B8B8B. Windows color (decimal): -13455669 or 13348402. OLE color: 13348402.

HSL color Cylindrical-coordinate representation of color #32AECB: hue angle of 191.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AECB is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 174 203 -
CMYK 0.75 0.14 0 0.20
HSL 191.37º 0.6% 0.5% -
HSV(B) 191.37º 0.75% 0.8% -
XYZ 27.23 35.26 61.87 -
YUV 140.23 163.42 63.64 -
System Red Green Blue C M Y K H S L
Decimal 50 174 203 0.75 0.14 0 0.20 191.37 0.6 0.5
Hex 32 AE CB 4B E 0 14 BF 3C 32
Octal 62 256 313 113 16 0 24 277 74 62
Binary 110010 10101110 11001011 1001011 1110 0 10100 10111111 111100 110010

Color Harmonies of #32AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AECB

Black with #32AECB

Text Example


Text Example

White with #32AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,174,203); }

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

background-color css

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

 a { background-color: rgb(50,174,203); }

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

border-color css

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

 span { border-color: rgb(50,174,203); }

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