Html Css Color HEX #20C4DB Summer Sky

📋 copy color: '#20C4DB'

red 32 ◦ green 196 ◦ blue 219

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

Shades of Summer Sky #20C4DB

Tints of Summer Sky #20C4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

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

R = 7.16%
G = 43.85%
B = 48.99%

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

#20C4DB (or 0x20C4DB) is known color: Summer Sky. HEX triplet: 20, C4 and DB. RGB value is (32,196,219). Sum of RGB (Red+Green+Blue) = 32+196+219=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #20C4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C4DB is #DF3B24. Grayscale: #959595. Windows color (decimal): -14629669 or 14402592. OLE color: 14402592.

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

Color convert

RGB 32 196 219 -
CMYK 0.85 0.11 0 0.14
HSL 187.38º 0.75% 0.49% -
HSV(B) 187.38º 0.85% 0.86% -
XYZ 33.12 44.9 73.94 -
YUV 149.59 167.17 44.13 -
System Red Green Blue C M Y K H S L
Decimal 32 196 219 0.85 0.11 0 0.14 187.38 0.75 0.49
Hex 20 C4 DB 55 B 0 E BB 4B 31
Octal 40 304 333 125 13 0 16 273 113 61
Binary 100000 11000100 11011011 1010101 1011 0 1110 10111011 1001011 110001

Color Harmonies of #20C4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C4DB

Black with #20C4DB

Text Example


Text Example

White with #20C4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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