Html Css Color HEX #20A6DB Summer Sky

📋 copy color: '#20A6DB'

red 32 ◦ green 166 ◦ blue 219

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

Shades of Summer Sky #20A6DB

Tints of Summer Sky #20A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

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

R = 7.67%
G = 39.81%
B = 52.52%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20A6DB (or 0x20A6DB) is known color: Summer Sky. HEX triplet: 20, A6 and DB. RGB value is (32,166,219). Sum of RGB (Red+Green+Blue) = 32+166+219=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #20A6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A6DB is #DF5924. Grayscale: #838383. Windows color (decimal): -14637349 or 14394912. OLE color: 14394912.

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

Color convert

RGB 32 166 219 -
CMYK 0.85 0.24 0 0.14
HSL 197.01º 0.75% 0.49% -
HSV(B) 197.01º 0.85% 0.86% -
XYZ 27.02 32.69 71.9 -
YUV 131.98 177.11 56.69 -
System Red Green Blue C M Y K H S L
Decimal 32 166 219 0.85 0.24 0 0.14 197.01 0.75 0.49
Hex 20 A6 DB 55 18 0 E C5 4B 31
Octal 40 246 333 125 30 0 16 305 113 61
Binary 100000 10100110 11011011 1010101 11000 0 1110 11000101 1001011 110001

Color Harmonies of #20A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A6DB

Black with #20A6DB

Text Example


Text Example

White with #20A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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