Html Css Color HEX #20BDEC Summer Sky

📋 copy color: '#20BDEC'

red 32 ◦ green 189 ◦ blue 236

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

Shades of Summer Sky #20BDEC

Tints of Summer Sky #20BDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 7%
G = 41.36%
B = 51.64%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20BDEC (or 0x20BDEC) is known color: Summer Sky. HEX triplet: 20, BD and EC. RGB value is (32,189,236). Sum of RGB (Red+Green+Blue) = 32+189+236=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #20BDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BDEC is #DF4213. Grayscale: #939393. Windows color (decimal): -14631444 or 15514912. OLE color: 15514912.

HSL color Cylindrical-coordinate representation of color #20BDEC: hue angle of 193.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BDEC is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 189 236 -
CMYK 0.86 0.20 0 0.07
HSL 193.82º 0.84% 0.53% -
HSV(B) 193.82º 0.86% 0.93% -
XYZ 33.93 42.76 85.82 -
YUV 147.42 177.99 45.68 -
System Red Green Blue C M Y K H S L
Decimal 32 189 236 0.86 0.20 0 0.07 193.82 0.84 0.53
Hex 20 BD EC 56 14 0 7 C2 54 35
Octal 40 275 354 126 24 0 7 302 124 65
Binary 100000 10111101 11101100 1010110 10100 0 111 11000010 1010100 110101

Color Harmonies of #20BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDEC

Black with #20BDEC

Text Example


Text Example

White with #20BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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