#20AFE4

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

Shades of Summer Sky #20AFE4

Tints of Summer Sky #20AFE4

Color information

#20AFE4 (or 0x20AFE4) is unknown color: approx Summer Sky. HEX triplet: 20, AF and E4. RGB value is (32,175,228). Sum of RGB (Red+Green+Blue) = 32+175+228=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #20AFE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFE4 is #DF501B. Grayscale: #898989. Windows color (decimal): -14635036 or 14987040. OLE color: 14987040.

HSL color Cylindrical-coordinate representation of color #20AFE4: hue angle of 196.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AFE4 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB32175228-
CMYK0.860.2300.11
HSL196.22º78.4%50.98%-
HSV(B)196.22º85.96%89.41%-
XYZ29.9336.5778.88-
YUV138.28178.6252.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.36%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 228 (89.45% from 255) = 52.41%
R=7.36%
G=40.23%
B=52.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal321752280.860.2300.11196.2278.450.98
Hex20AFE456170Bc44e33
Octal402573441262701330411663
Binary100000101011111110010010101101011101011110001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,175,228); }

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

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

 a { background-color: rgb(32,175,228); }

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

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

 span { border-color: rgb(32,175,228); }

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