Html Css Color HEX #20ADDC Summer Sky

📋 copy color: '#20ADDC'

red 32 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #20ADDC

Tints of Summer Sky #20ADDC

RGB

 RED value IS 32 (12.89% from 255) = 7.53%

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

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

R = 7.53%
G = 40.71%
B = 51.76%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20ADDC (or 0x20ADDC) is known color: Summer Sky. HEX triplet: 20, AD and DC. RGB value is (32,173,220). Sum of RGB (Red+Green+Blue) = 32+173+220=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #20ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADDC is #DF5223. Grayscale: #878787. Windows color (decimal): -14635556 or 14462240. OLE color: 14462240.

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

Color convert

RGB 32 173 220 -
CMYK 0.85 0.21 0 0.14
HSL 195º 0.75% 0.49% -
HSV(B) 195º 0.85% 0.86% -
XYZ 28.46 35.36 73.04 -
YUV 136.2 175.29 53.68 -
System Red Green Blue C M Y K H S L
Decimal 32 173 220 0.85 0.21 0 0.14 195 0.75 0.49
Hex 20 AD DC 55 15 0 E C3 4B 31
Octal 40 255 334 125 25 0 16 303 113 61
Binary 100000 10101101 11011100 1010101 10101 0 1110 11000011 1001011 110001

Color Harmonies of #20ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADDC

Black with #20ADDC

Text Example


Text Example

White with #20ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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