#ACD3E9

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

Shades of Sail #ACD3E9

Tints of Sail #ACD3E9

Color information

#ACD3E9 (or 0xACD3E9) is unknown color: approx Sail. HEX triplet: AC, D3 and E9. RGB value is (172,211,233). Sum of RGB (Red+Green+Blue) = 172+211+233=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3E9 is #532C16. Grayscale: #C9C9C9. Windows color (decimal): -5450775 or 15324076. OLE color: 15324076.

HSL color Cylindrical-coordinate representation of color #ACD3E9: hue angle of 201.64º degrees, saturation: 0.58, 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 #ACD3E9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172211233-
CMYK0.260.0900.09
HSL201.64º58.1%79.41%-
HSV(B)201.64º26.18%91.37%-
XYZ55.0261.2486.01-
YUV201.85145.58106.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=27.92%
G=34.25%
B=37.82%

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
Decimal1722112330.260.0900.09201.6458.179.41
HexACD3E91A909ca3a4f
Octal254323351321101131272117
Binary10101100110100111110100111010100101001110010101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3E9; }

 p { color: rgb(172,211,233); }

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

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

 a { background-color: rgb(172,211,233); }

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

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

 span { border-color: rgb(172,211,233); }

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