#ACD5EC

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

Shades of Sail #ACD5EC

Tints of Sail #ACD5EC

Color information

#ACD5EC (or 0xACD5EC) is unknown color: approx Sail. HEX triplet: AC, D5 and EC. RGB value is (172,213,236). Sum of RGB (Red+Green+Blue) = 172+213+236=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5EC is #532A13. Grayscale: #CBCBCB. Windows color (decimal): -5450260 or 15521196. OLE color: 15521196.

HSL color Cylindrical-coordinate representation of color #ACD5EC: hue angle of 201.56º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD5EC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172213236-
CMYK0.270.1000.07
HSL201.56º62.75%80%-
HSV(B)201.56º27.12%92.55%-
XYZ55.9562.4288.46-
YUV203.36146.42105.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=27.70%
G=34.30%
B=38.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722132360.270.1000.07201.5662.7580
HexACD5EC1BA07ca3f50
Octal25432535433120731277120
Binary1010110011010101111011001101110100111110010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5EC; }

 p { color: rgb(172,213,236); }

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

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

 a { background-color: rgb(172,213,236); }

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

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

 span { border-color: rgb(172,213,236); }

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