Html Css Color HEX #32AACC Summer Sky

📋 copy color: '#32AACC'

red 50 ◦ green 170 ◦ blue 204

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

Shades of Summer Sky #32AACC

Tints of Summer Sky #32AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 11.79%
G = 40.09%
B = 48.11%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#32AACC (or 0x32AACC) is known color: Summer Sky. HEX triplet: 32, AA and CC. RGB value is (50,170,204). Sum of RGB (Red+Green+Blue) = 50+170+204=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #32AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AACC is #CD5533. Grayscale: #898989. Windows color (decimal): -13456692 or 13412914. OLE color: 13412914.

HSL color Cylindrical-coordinate representation of color #32AACC: hue angle of 193.25º degrees, saturation: 0.61, 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 #32AACC is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 170 204 -
CMYK 0.75 0.17 0 0.2
HSL 193.25º 0.61% 0.5% -
HSV(B) 193.25º 0.75% 0.8% -
XYZ 26.59 33.79 62.25 -
YUV 138 165.24 65.24 -
System Red Green Blue C M Y K H S L
Decimal 50 170 204 0.75 0.17 0 0.2 193.25 0.61 0.5
Hex 32 AA CC 4B 11 0 14 C1 3D 32
Octal 62 252 314 113 21 0 24 301 75 62
Binary 110010 10101010 11001100 1001011 10001 0 10100 11000001 111101 110010

Color Harmonies of #32AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AACC

Black with #32AACC

Text Example


Text Example

White with #32AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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