#20BCED

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

Shades of Summer Sky #20BCED

Tints of Summer Sky #20BCED

Color information

#20BCED (or 0x20BCED) is unknown color: approx Summer Sky. HEX triplet: 20, BC and ED. RGB value is (32,188,237). Sum of RGB (Red+Green+Blue) = 32+188+237=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #20BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCED is #DF4312. Grayscale: #929292. Windows color (decimal): -14631699 or 15580192. OLE color: 15580192.

HSL color Cylindrical-coordinate representation of color #20BCED: hue angle of 194.34º degrees, saturation: 0.85, 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 #20BCED is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB32188237-
CMYK0.860.2100.07
HSL194.34º85.06%52.75%-
HSV(B)194.34º86.5%92.94%-
XYZ33.8642.3986.52-
YUV146.94178.8246.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.00%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=7.00%
G=41.14%
B=51.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal321882370.860.2100.07194.3485.0652.75
Hex20BCED561507c25535
Octal40274355126250730212565
Binary10000010111100111011011010110101010111110000101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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