Html Css Color HEX #20A8DB Summer Sky

📋 copy color: '#20A8DB'

red 32 ◦ green 168 ◦ blue 219

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

Shades of Summer Sky #20A8DB

Tints of Summer Sky #20A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

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

R = 7.64%
G = 40.1%
B = 52.27%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20A8DB (or 0x20A8DB) is known color: Summer Sky. HEX triplet: 20, A8 and DB. RGB value is (32,168,219). Sum of RGB (Red+Green+Blue) = 32+168+219=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #20A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A8DB is #DF5724. Grayscale: #848484. Windows color (decimal): -14636837 or 14395424. OLE color: 14395424.

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

Color convert

RGB 32 168 219 -
CMYK 0.85 0.23 0 0.14
HSL 196.36º 0.75% 0.49% -
HSV(B) 196.36º 0.85% 0.86% -
XYZ 27.38 33.43 72.03 -
YUV 133.15 176.44 55.85 -
System Red Green Blue C M Y K H S L
Decimal 32 168 219 0.85 0.23 0 0.14 196.36 0.75 0.49
Hex 20 A8 DB 55 17 0 E C4 4B 31
Octal 40 250 333 125 27 0 16 304 113 61
Binary 100000 10101000 11011011 1010101 10111 0 1110 11000100 1001011 110001

Color Harmonies of #20A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A8DB

Black with #20A8DB

Text Example


Text Example

White with #20A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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