#20afce

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

Shades of Summer Sky #20AFCE

Tints of Summer Sky #20AFCE

Color information

#20AFCE (or 0x20AFCE) is unknown color: approx Summer Sky. HEX triplet: 20, AF and CE. RGB value is (32,175,206). Sum of RGB (Red+Green+Blue) = 32+175+206=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #20AFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFCE is #DF5031. Grayscale: #878787. Windows color (decimal): -14635058 or 13545248. OLE color: 13545248.

HSL color Cylindrical-coordinate representation of color #20AFCE: hue angle of 190.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20AFCE is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB32175206-
CMYK0.840.1500.19
HSL190.69º73.11%46.67%-
HSV(B)190.69º84.47%80.78%-
XYZ27.0735.4263.8-
YUV135.78167.6253.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.75%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=7.75%
G=42.37%
B=49.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal321752060.840.1500.19190.6973.1146.67
Hex20AFCE54F013bf492f
Octal402573161241702327711157
Binary100000101011111100111010101001111010011101111111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20afce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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