Html Css Color HEX #20BDDC Summer Sky

📋 copy color: '#20BDDC'

red 32 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #20BDDC

Tints of Summer Sky #20BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 7.26%
G = 42.86%
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

#20BDDC (or 0x20BDDC) is known color: Summer Sky. HEX triplet: 20, BD and DC. RGB value is (32,189,220). Sum of RGB (Red+Green+Blue) = 32+189+220=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #20BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDDC is #DF4223. Grayscale: #919191. Windows color (decimal): -14631460 or 14466336. OLE color: 14466336.

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

Color convert

RGB 32 189 220 -
CMYK 0.85 0.14 0 0.14
HSL 189.89º 0.75% 0.49% -
HSV(B) 189.89º 0.85% 0.86% -
XYZ 31.71 41.87 74.12 -
YUV 145.59 169.99 46.98 -
System Red Green Blue C M Y K H S L
Decimal 32 189 220 0.85 0.14 0 0.14 189.89 0.75 0.49
Hex 20 BD DC 55 E 0 E BE 4B 31
Octal 40 275 334 125 16 0 16 276 113 61
Binary 100000 10111101 11011100 1010101 1110 0 1110 10111110 1001011 110001

Color Harmonies of #20BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDDC

Black with #20BDDC

Text Example


Text Example

White with #20BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,189,220); }

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

background-color css

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

 a { background-color: rgb(32,189,220); }

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

border-color css

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

 span { border-color: rgb(32,189,220); }

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