#A2C8E0

Color #A2C8E0 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #A2C8E0

Tints of Sail #A2C8E0

Color information

#A2C8E0 (or 0xA2C8E0) is unknown color: approx Sail. HEX triplet: A2, C8 and E0. RGB value is (162,200,224). Sum of RGB (Red+Green+Blue) = 162+200+224=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #A2C8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C8E0 is #5D371F. Grayscale: #BFBFBF. Windows color (decimal): -6108960 or 14731426. OLE color: 14731426.

HSL color Cylindrical-coordinate representation of color #A2C8E0: hue angle of 203.23º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2C8E0 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162200224-
CMYK0.280.1100.12
HSL203.23º50%75.69%-
HSV(B)203.23º27.68%87.84%-
XYZ49.0154.3778.43-
YUV191.37146.41107.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.65%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=27.65%
G=34.13%
B=38.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622002240.280.1100.12203.235075.69
HexA2C8E01CB0Ccb324c
Octal242310340341301431362114
Binary10100010110010001110000011100101101100110010111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C8E0; }

 p { color: rgb(162,200,224); }

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

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

 a { background-color: rgb(162,200,224); }

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

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

 span { border-color: rgb(162,200,224); }

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