#20BEF1

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

Shades of Summer Sky #20BEF1

Tints of Summer Sky #20BEF1

Color information

#20BEF1 (or 0x20BEF1) is unknown color: approx Summer Sky. HEX triplet: 20, BE and F1. RGB value is (32,190,241). Sum of RGB (Red+Green+Blue) = 32+190+241=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #20BEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BEF1 is #DF410E. Grayscale: #949494. Windows color (decimal): -14631183 or 15842848. OLE color: 15842848.

HSL color Cylindrical-coordinate representation of color #20BEF1: hue angle of 194.64º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BEF1 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB32190241-
CMYK0.870.2100.05
HSL194.64º88.19%53.53%-
HSV(B)194.64º86.72%94.51%-
XYZ34.8943.4889.77-
YUV148.57180.1544.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.91%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=6.91%
G=41.04%
B=52.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal321902410.870.2100.05194.6488.1953.53
Hex20BEF1571505c35836
Octal40276361127250530313066
Binary10000010111110111100011010111101010101110000111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,190,241); }

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

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

 a { background-color: rgb(32,190,241); }

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

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

 span { border-color: rgb(32,190,241); }

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