Html Css Color HEX #20B1DB Summer Sky

📋 copy color: '#20B1DB'

red 32 ◦ green 177 ◦ blue 219

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

Shades of Summer Sky #20B1DB

Tints of Summer Sky #20B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

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

R = 7.48%
G = 41.36%
B = 51.17%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20B1DB (or 0x20B1DB) is known color: Summer Sky. HEX triplet: 20, B1 and DB. RGB value is (32,177,219). Sum of RGB (Red+Green+Blue) = 32+177+219=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #20B1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B1DB is #DF4E24. Grayscale: #8A8A8A. Windows color (decimal): -14634533 or 14397728. OLE color: 14397728.

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

Color convert

RGB 32 177 219 -
CMYK 0.85 0.19 0 0.14
HSL 193.48º 0.75% 0.49% -
HSV(B) 193.48º 0.85% 0.86% -
XYZ 29.1 36.87 72.6 -
YUV 138.43 173.46 52.08 -
System Red Green Blue C M Y K H S L
Decimal 32 177 219 0.85 0.19 0 0.14 193.48 0.75 0.49
Hex 20 B1 DB 55 13 0 E C1 4B 31
Octal 40 261 333 125 23 0 16 301 113 61
Binary 100000 10110001 11011011 1010101 10011 0 1110 11000001 1001011 110001

Color Harmonies of #20B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1DB

Black with #20B1DB

Text Example


Text Example

White with #20B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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