Html Css Color HEX #20B7DB Summer Sky

📋 copy color: '#20B7DB'

red 32 ◦ green 183 ◦ blue 219

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

Shades of Summer Sky #20B7DB

Tints of Summer Sky #20B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

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

R = 7.37%
G = 42.17%
B = 50.46%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20B7DB (or 0x20B7DB) is known color: Summer Sky. HEX triplet: 20, B7 and DB. RGB value is (32,183,219). Sum of RGB (Red+Green+Blue) = 32+183+219=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #20B7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B7DB is #DF4824. Grayscale: #8D8D8D. Windows color (decimal): -14632997 or 14399264. OLE color: 14399264.

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

Color convert

RGB 32 183 219 -
CMYK 0.85 0.16 0 0.14
HSL 191.55º 0.75% 0.49% -
HSV(B) 191.55º 0.85% 0.86% -
XYZ 30.32 39.29 73 -
YUV 141.96 171.47 49.57 -
System Red Green Blue C M Y K H S L
Decimal 32 183 219 0.85 0.16 0 0.14 191.55 0.75 0.49
Hex 20 B7 DB 55 10 0 E C0 4B 31
Octal 40 267 333 125 20 0 16 300 113 61
Binary 100000 10110111 11011011 1010101 10000 0 1110 11000000 1001011 110001

Color Harmonies of #20B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B7DB

Black with #20B7DB

Text Example


Text Example

White with #20B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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