#20B8ED

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

Shades of Summer Sky #20B8ED

Tints of Summer Sky #20B8ED

Color information

#20B8ED (or 0x20B8ED) is unknown color: approx Summer Sky. HEX triplet: 20, B8 and ED. RGB value is (32,184,237). Sum of RGB (Red+Green+Blue) = 32+184+237=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #20B8ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20B8ED is #DF4712. Grayscale: #909090. Windows color (decimal): -14632723 or 15579168. OLE color: 15579168.

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

Color convert

RGB32184237-
CMYK0.860.2200.07
HSL195.51º85.06%52.75%-
HSV(B)195.51º86.5%92.94%-
XYZ33.0240.786.24-
YUV144.59180.1447.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.06%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 237 (92.97% from 255) = 52.32%
R=7.06%
G=40.62%
B=52.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal321842370.860.2200.07195.5185.0652.75
Hex20B8ED561607c45535
Octal40270355126260730412565
Binary10000010111000111011011010110101100111110001001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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