#20BAEF

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

Shades of Summer Sky #20BAEF

Tints of Summer Sky #20BAEF

Color information

#20BAEF (or 0x20BAEF) is unknown color: approx Summer Sky. HEX triplet: 20, BA and EF. RGB value is (32,186,239). Sum of RGB (Red+Green+Blue) = 32+186+239=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #20BAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BAEF is #DF4510. Grayscale: #919191. Windows color (decimal): -14632209 or 15710752. OLE color: 15710752.

HSL color Cylindrical-coordinate representation of color #20BAEF: hue angle of 195.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BAEF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32186239-
CMYK0.870.2200.06
HSL195.36º86.61%53.14%-
HSV(B)195.36º86.61%93.73%-
XYZ33.7341.6687.92-
YUV146180.4846.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.00%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 239 (93.75% from 255) = 52.30%
R=7.00%
G=40.70%
B=52.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321862390.870.2200.06195.3686.6153.14
Hex20BAEF571606c35735
Octal40272357127260630312765
Binary10000010111010111011111010111101100110110000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,186,239); }

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

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

 a { background-color: rgb(32,186,239); }

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

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

 span { border-color: rgb(32,186,239); }

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