Html Css Color HEX #20B6DC Summer Sky

📋 copy color: '#20B6DC'

red 32 ◦ green 182 ◦ blue 220

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

Shades of Summer Sky #20B6DC

Tints of Summer Sky #20B6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 7.37%
G = 41.94%
B = 50.69%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20B6DC (or 0x20B6DC) is known color: Summer Sky. HEX triplet: 20, B6 and DC. RGB value is (32,182,220). Sum of RGB (Red+Green+Blue) = 32+182+220=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #20B6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B6DC is #DF4923. Grayscale: #8D8D8D. Windows color (decimal): -14633252 or 14464544. OLE color: 14464544.

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

Color convert

RGB 32 182 220 -
CMYK 0.85 0.17 0 0.14
HSL 192.13º 0.75% 0.49% -
HSV(B) 192.13º 0.85% 0.86% -
XYZ 30.24 38.93 73.63 -
YUV 141.48 172.31 49.91 -
System Red Green Blue C M Y K H S L
Decimal 32 182 220 0.85 0.17 0 0.14 192.13 0.75 0.49
Hex 20 B6 DC 55 11 0 E C0 4B 31
Octal 40 266 334 125 21 0 16 300 113 61
Binary 100000 10110110 11011100 1010101 10001 0 1110 11000000 1001011 110001

Color Harmonies of #20B6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B6DC

Black with #20B6DC

Text Example


Text Example

White with #20B6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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