Html Css Color HEX #20BCDB Summer Sky

📋 copy color: '#20BCDB'

red 32 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #20BCDB

Tints of Summer Sky #20BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

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

R = 7.29%
G = 42.82%
B = 49.89%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20BCDB (or 0x20BCDB) is known color: Summer Sky. HEX triplet: 20, BC and DB. RGB value is (32,188,219). Sum of RGB (Red+Green+Blue) = 32+188+219=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #20BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCDB is #DF4324. Grayscale: #909090. Windows color (decimal): -14631717 or 14400544. OLE color: 14400544.

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

Color convert

RGB 32 188 219 -
CMYK 0.85 0.14 0 0.14
HSL 189.95º 0.75% 0.49% -
HSV(B) 189.95º 0.85% 0.86% -
XYZ 31.37 41.39 73.35 -
YUV 144.89 169.82 47.48 -
System Red Green Blue C M Y K H S L
Decimal 32 188 219 0.85 0.14 0 0.14 189.95 0.75 0.49
Hex 20 BC DB 55 E 0 E BE 4B 31
Octal 40 274 333 125 16 0 16 276 113 61
Binary 100000 10111100 11011011 1010101 1110 0 1110 10111110 1001011 110001

Color Harmonies of #20BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCDB

Black with #20BCDB

Text Example


Text Example

White with #20BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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