Html Css Color HEX #32AACD Summer Sky

📋 copy color: '#32AACD'

red 50 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #32AACD

Tints of Summer Sky #32AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 11.76%
G = 40%
B = 48.24%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#32AACD (or 0x32AACD) is known color: Summer Sky. HEX triplet: 32, AA and CD. RGB value is (50,170,205). Sum of RGB (Red+Green+Blue) = 50+170+205=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #32AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AACD is #CD5532. Grayscale: #898989. Windows color (decimal): -13456691 or 13478450. OLE color: 13478450.

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

Color convert

RGB 50 170 205 -
CMYK 0.76 0.17 0 0.20
HSL 193.55º 0.61% 0.5% -
HSV(B) 193.55º 0.76% 0.8% -
XYZ 26.71 33.84 62.88 -
YUV 138.11 165.74 65.15 -
System Red Green Blue C M Y K H S L
Decimal 50 170 205 0.76 0.17 0 0.20 193.55 0.61 0.5
Hex 32 AA CD 4C 11 0 14 C2 3D 32
Octal 62 252 315 114 21 0 24 302 75 62
Binary 110010 10101010 11001101 1001100 10001 0 10100 11000010 111101 110010

Color Harmonies of #32AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AACD

Black with #32AACD

Text Example


Text Example

White with #32AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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