Html Css Color HEX #20C2DB Summer Sky

📋 copy color: '#20C2DB'

red 32 ◦ green 194 ◦ blue 219

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

Shades of Summer Sky #20C2DB

Tints of Summer Sky #20C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

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

R = 7.19%
G = 43.6%
B = 49.21%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20C2DB (or 0x20C2DB) is known color: Summer Sky. HEX triplet: 20, C2 and DB. RGB value is (32,194,219). Sum of RGB (Red+Green+Blue) = 32+194+219=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #20C2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2DB is #DF3D24. Grayscale: #949494. Windows color (decimal): -14630181 or 14402080. OLE color: 14402080.

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

Color convert

RGB 32 194 219 -
CMYK 0.85 0.11 0 0.14
HSL 188.02º 0.75% 0.49% -
HSV(B) 188.02º 0.85% 0.86% -
XYZ 32.67 44.01 73.79 -
YUV 148.41 167.83 44.97 -
System Red Green Blue C M Y K H S L
Decimal 32 194 219 0.85 0.11 0 0.14 188.02 0.75 0.49
Hex 20 C2 DB 55 B 0 E BC 4B 31
Octal 40 302 333 125 13 0 16 274 113 61
Binary 100000 11000010 11011011 1010101 1011 0 1110 10111100 1001011 110001

Color Harmonies of #20C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C2DB

Black with #20C2DB

Text Example


Text Example

White with #20C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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