Html Css Color HEX #32ADDC Summer Sky

📋 copy color: '#32ADDC'

red 50 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #32ADDC

Tints of Summer Sky #32ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 11.29%
G = 39.05%
B = 49.66%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32ADDC (or 0x32ADDC) is known color: Summer Sky. HEX triplet: 32, AD and DC. RGB value is (50,173,220). Sum of RGB (Red+Green+Blue) = 50+173+220=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #32ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADDC is #CD5223. Grayscale: #8D8D8D. Windows color (decimal): -13455908 or 14462258. OLE color: 14462258.

HSL color Cylindrical-coordinate representation of color #32ADDC: hue angle of 196.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32ADDC is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 173 220 -
CMYK 0.77 0.21 0 0.14
HSL 196.59º 0.71% 0.53% -
HSV(B) 196.59º 0.77% 0.86% -
XYZ 29.18 35.73 73.07 -
YUV 141.58 172.25 62.68 -
System Red Green Blue C M Y K H S L
Decimal 50 173 220 0.77 0.21 0 0.14 196.59 0.71 0.53
Hex 32 AD DC 4D 15 0 E C5 47 35
Octal 62 255 334 115 25 0 16 305 107 65
Binary 110010 10101101 11011100 1001101 10101 0 1110 11000101 1000111 110101

Color Harmonies of #32ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADDC

Black with #32ADDC

Text Example


Text Example

White with #32ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,173,220); }

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

background-color css

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

 a { background-color: rgb(50,173,220); }

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

border-color css

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

 span { border-color: rgb(50,173,220); }

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