Html Css Color HEX #20AACD Summer Sky

📋 copy color: '#20AACD'

red 32 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #20AACD

Tints of Summer Sky #20AACD

RGB

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

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

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

R = 7.86%
G = 41.77%
B = 50.37%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20AACD (or 0x20AACD) is known color: Summer Sky. HEX triplet: 20, AA and CD. RGB value is (32,170,205). Sum of RGB (Red+Green+Blue) = 32+170+205=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #20AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AACD is #DF5532. Grayscale: #848484. Windows color (decimal): -14636339 or 13478432. OLE color: 13478432.

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

Color convert

RGB 32 170 205 -
CMYK 0.84 0.17 0 0.20
HSL 192.14º 0.73% 0.46% -
HSV(B) 192.14º 0.84% 0.8% -
XYZ 25.99 33.46 62.85 -
YUV 132.73 168.78 56.15 -
System Red Green Blue C M Y K H S L
Decimal 32 170 205 0.84 0.17 0 0.20 192.14 0.73 0.46
Hex 20 AA CD 54 11 0 14 C0 49 2E
Octal 40 252 315 124 21 0 24 300 111 56
Binary 100000 10101010 11001101 1010100 10001 0 10100 11000000 1001001 101110

Color Harmonies of #20AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AACD

Black with #20AACD

Text Example


Text Example

White with #20AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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