#ACD2EC

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

Shades of Sail #ACD2EC

Tints of Sail #ACD2EC

Color information

#ACD2EC (or 0xACD2EC) is unknown color: approx Sail. HEX triplet: AC, D2 and EC. RGB value is (172,210,236). Sum of RGB (Red+Green+Blue) = 172+210+236=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2EC is #532D13. Grayscale: #C9C9C9. Windows color (decimal): -5451028 or 15520428. OLE color: 15520428.

HSL color Cylindrical-coordinate representation of color #ACD2EC: hue angle of 204.38º 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 #ACD2EC is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172210236-
CMYK0.270.1100.07
HSL204.38º62.75%80%-
HSV(B)204.38º27.12%92.55%-
XYZ55.260.9288.21-
YUV201.6147.41106.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=27.83%
G=33.98%
B=38.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722102360.270.1100.07204.3862.7580
HexACD2EC1BB07cc3f50
Octal25432235433130731477120
Binary1010110011010010111011001101110110111110011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2EC; }

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

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

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

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

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

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

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

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