Html Css Color HEX #20BCDA Summer Sky

📋 copy color: '#20BCDA'

red 32 ◦ green 188 ◦ blue 218

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

Shades of Summer Sky #20BCDA

Tints of Summer Sky #20BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 7.31%
G = 42.92%
B = 49.77%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#20BCDA (or 0x20BCDA) is known color: Summer Sky. HEX triplet: 20, BC and DA. RGB value is (32,188,218). Sum of RGB (Red+Green+Blue) = 32+188+218=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #20BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCDA is #DF4325. Grayscale: #909090. Windows color (decimal): -14631718 or 14335008. OLE color: 14335008.

HSL color Cylindrical-coordinate representation of color #20BCDA: hue angle of 189.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BCDA is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 188 218 -
CMYK 0.85 0.14 0 0.15
HSL 189.68º 0.74% 0.49% -
HSV(B) 189.68º 0.85% 0.85% -
XYZ 31.23 41.34 72.66 -
YUV 144.78 169.32 47.56 -
System Red Green Blue C M Y K H S L
Decimal 32 188 218 0.85 0.14 0 0.15 189.68 0.74 0.49
Hex 20 BC DA 55 E 0 F BE 4A 31
Octal 40 274 332 125 16 0 17 276 112 61
Binary 100000 10111100 11011010 1010101 1110 0 1111 10111110 1001010 110001

Color Harmonies of #20BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCDA

Black with #20BCDA

Text Example


Text Example

White with #20BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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