#ACD2E7

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

Shades of Sail #ACD2E7

Tints of Sail #ACD2E7

Color information

#ACD2E7 (or 0xACD2E7) is unknown color: approx Sail. HEX triplet: AC, D2 and E7. RGB value is (172,210,231). Sum of RGB (Red+Green+Blue) = 172+210+231=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACD2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2E7 is #532D18. Grayscale: #C8C8C8. Windows color (decimal): -5451033 or 15192748. OLE color: 15192748.

HSL color Cylindrical-coordinate representation of color #ACD2E7: hue angle of 201.36º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD2E7 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172210231-
CMYK0.260.0900.09
HSL201.36º55.14%79.02%-
HSV(B)201.36º25.54%90.59%-
XYZ54.4860.6384.43-
YUV201.03144.91107.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=28.06%
G=34.26%
B=37.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722102310.260.0900.09201.3655.1479.02
HexACD2E71A909c9374f
Octal254322347321101131167117
Binary10101100110100101110011111010100101001110010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2E7; }

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

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

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

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

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

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

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

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