Html Css Color HEX #20A1DB Summer Sky

📋 copy color: '#20A1DB'

red 32 ◦ green 161 ◦ blue 219

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

Shades of Summer Sky #20A1DB

Tints of Summer Sky #20A1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 7.77%
G = 39.08%
B = 53.16%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20A1DB (or 0x20A1DB) is known color: Summer Sky. HEX triplet: 20, A1 and DB. RGB value is (32,161,219). Sum of RGB (Red+Green+Blue) = 32+161+219=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #20A1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A1DB is #DF5E24. Grayscale: #808080. Windows color (decimal): -14638629 or 14393632. OLE color: 14393632.

HSL color Cylindrical-coordinate representation of color #20A1DB: hue angle of 198.61º 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 #20A1DB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 161 219 -
CMYK 0.85 0.26 0 0.14
HSL 198.61º 0.75% 0.49% -
HSV(B) 198.61º 0.85% 0.86% -
XYZ 26.13 30.91 71.61 -
YUV 129.04 178.76 58.78 -
System Red Green Blue C M Y K H S L
Decimal 32 161 219 0.85 0.26 0 0.14 198.61 0.75 0.49
Hex 20 A1 DB 55 1A 0 E C7 4B 31
Octal 40 241 333 125 32 0 16 307 113 61
Binary 100000 10100001 11011011 1010101 11010 0 1110 11000111 1001011 110001

Color Harmonies of #20A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A1DB

Black with #20A1DB

Text Example


Text Example

White with #20A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,161,219); }

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

background-color css

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

 a { background-color: rgb(32,161,219); }

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

border-color css

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

 span { border-color: rgb(32,161,219); }

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