#20BCE1

Color #20BCE1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #20BCE1

Tints of Summer Sky #20BCE1

Color information

#20BCE1 (or 0x20BCE1) is unknown color: approx Summer Sky. HEX triplet: 20, BC and E1. RGB value is (32,188,225). Sum of RGB (Red+Green+Blue) = 32+188+225=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #20BCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCE1 is #DF431E. Grayscale: #919191. Windows color (decimal): -14631711 or 14793760. OLE color: 14793760.

HSL color Cylindrical-coordinate representation of color #20BCE1: hue angle of 191.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BCE1 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB32188225-
CMYK0.860.1600.12
HSL191.5º76.28%50.39%-
HSV(B)191.5º85.78%88.24%-
XYZ32.1741.7177.59-
YUV145.57172.8246.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.19%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 225 (88.28% from 255) = 50.56%
R=7.19%
G=42.25%
B=50.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal321882250.860.1600.12191.576.2850.39
Hex20BCE156100Cc04c32
Octal402743411262001430011462
Binary100000101111001110000110101101000001100110000001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20BCE1;
 }
 .AnyTagClassName
 {
   color: #20BCE1;
 }
</style>
background-color css

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

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

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

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

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

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