Html Css Color HEX #20BEDB Summer Sky

📋 copy color: '#20BEDB'

red 32 ◦ green 190 ◦ blue 219

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

Shades of Summer Sky #20BEDB

Tints of Summer Sky #20BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

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

R = 7.26%
G = 43.08%
B = 49.66%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20BEDB (or 0x20BEDB) is known color: Summer Sky. HEX triplet: 20, BE and DB. RGB value is (32,190,219). Sum of RGB (Red+Green+Blue) = 32+190+219=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #20BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEDB is #DF4124. Grayscale: #919191. Windows color (decimal): -14631205 or 14401056. OLE color: 14401056.

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

Color convert

RGB 32 190 219 -
CMYK 0.85 0.13 0 0.14
HSL 189.3º 0.75% 0.49% -
HSV(B) 189.3º 0.85% 0.86% -
XYZ 31.8 42.25 73.5 -
YUV 146.06 169.15 46.64 -
System Red Green Blue C M Y K H S L
Decimal 32 190 219 0.85 0.13 0 0.14 189.3 0.75 0.49
Hex 20 BE DB 55 D 0 E BD 4B 31
Octal 40 276 333 125 15 0 16 275 113 61
Binary 100000 10111110 11011011 1010101 1101 0 1110 10111101 1001011 110001

Color Harmonies of #20BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BEDB

Black with #20BEDB

Text Example


Text Example

White with #20BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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