Html Css Color HEX #32ACCD Summer Sky

📋 copy color: '#32ACCD'

red 50 ◦ green 172 ◦ blue 205

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

Shades of Summer Sky #32ACCD

Tints of Summer Sky #32ACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

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

R = 11.71%
G = 40.28%
B = 48.01%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#32ACCD (or 0x32ACCD) is known color: Summer Sky. HEX triplet: 32, AC and CD. RGB value is (50,172,205). Sum of RGB (Red+Green+Blue) = 50+172+205=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #32ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACCD is #CD5332. Grayscale: #8B8B8B. Windows color (decimal): -13456179 or 13478962. OLE color: 13478962.

HSL color Cylindrical-coordinate representation of color #32ACCD: hue angle of 192.77º 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 #32ACCD is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 172 205 -
CMYK 0.76 0.16 0 0.20
HSL 192.77º 0.61% 0.5% -
HSV(B) 192.77º 0.76% 0.8% -
XYZ 27.09 34.59 63.01 -
YUV 139.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 50 172 205 0.76 0.16 0 0.20 192.77 0.61 0.5
Hex 32 AC CD 4C 10 0 14 C1 3D 32
Octal 62 254 315 114 20 0 24 301 75 62
Binary 110010 10101100 11001101 1001100 10000 0 10100 11000001 111101 110010

Color Harmonies of #32ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ACCD

Black with #32ACCD

Text Example


Text Example

White with #32ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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