Html Css Color HEX #20C5DB Summer Sky

📋 copy color: '#20C5DB'

red 32 ◦ green 197 ◦ blue 219

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

Shades of Summer Sky #20C5DB

Tints of Summer Sky #20C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

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

R = 7.14%
G = 43.97%
B = 48.88%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20C5DB (or 0x20C5DB) is known color: Summer Sky. HEX triplet: 20, C5 and DB. RGB value is (32,197,219). Sum of RGB (Red+Green+Blue) = 32+197+219=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #20C5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C5DB is #DF3A24. Grayscale: #959595. Windows color (decimal): -14629413 or 14402848. OLE color: 14402848.

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

Color convert

RGB 32 197 219 -
CMYK 0.85 0.10 0 0.14
HSL 187.06º 0.75% 0.49% -
HSV(B) 187.06º 0.85% 0.86% -
XYZ 33.35 45.35 74.01 -
YUV 150.17 166.84 43.71 -
System Red Green Blue C M Y K H S L
Decimal 32 197 219 0.85 0.10 0 0.14 187.06 0.75 0.49
Hex 20 C5 DB 55 A 0 E BB 4B 31
Octal 40 305 333 125 12 0 16 273 113 61
Binary 100000 11000101 11011011 1010101 1010 0 1110 10111011 1001011 110001

Color Harmonies of #20C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C5DB

Black with #20C5DB

Text Example


Text Example

White with #20C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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