Html Css Color HEX #32AACE Summer Sky

📋 copy color: '#32AACE'

red 50 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #32AACE

Tints of Summer Sky #32AACE

RGB

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

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

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

R = 11.74%
G = 39.91%
B = 48.36%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#32AACE (or 0x32AACE) is known color: Summer Sky. HEX triplet: 32, AA and CE. RGB value is (50,170,206). Sum of RGB (Red+Green+Blue) = 50+170+206=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #32AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AACE is #CD5531. Grayscale: #898989. Windows color (decimal): -13456690 or 13543986. OLE color: 13543986.

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

Color convert

RGB 50 170 206 -
CMYK 0.76 0.17 0 0.19
HSL 193.85º 0.61% 0.5% -
HSV(B) 193.85º 0.76% 0.81% -
XYZ 26.83 33.88 63.52 -
YUV 138.22 166.24 65.07 -
System Red Green Blue C M Y K H S L
Decimal 50 170 206 0.76 0.17 0 0.19 193.85 0.61 0.5
Hex 32 AA CE 4C 11 0 13 C2 3D 32
Octal 62 252 316 114 21 0 23 302 75 62
Binary 110010 10101010 11001110 1001100 10001 0 10011 11000010 111101 110010

Color Harmonies of #32AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AACE

Black with #32AACE

Text Example


Text Example

White with #32AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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