#ACD9F6

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

Shades of Sail #ACD9F6

Tints of Sail #ACD9F6

Color information

#ACD9F6 (or 0xACD9F6) is unknown color: approx Sail. HEX triplet: AC, D9 and F6. RGB value is (172,217,246). Sum of RGB (Red+Green+Blue) = 172+217+246=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACD9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9F6 is #532609. Grayscale: #CECECE. Windows color (decimal): -5449226 or 16177580. OLE color: 16177580.

HSL color Cylindrical-coordinate representation of color #ACD9F6: hue angle of 203.51º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD9F6 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172217246-
CMYK0.300.1200.04
HSL203.51º80.43%81.96%-
HSV(B)203.51º30.08%96.47%-
XYZ58.4665.0596.66-
YUV206.85150.09103.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 246 (96.48% from 255) = 38.74%
R=27.09%
G=34.17%
B=38.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722172460.300.1200.04203.5180.4381.96
HexACD9F61EC04cc5052
Octal254331366361404314120122
Binary10101100110110011111011011110110001001100110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9F6; }

 p { color: rgb(172,217,246); }

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

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

 a { background-color: rgb(172,217,246); }

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

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

 span { border-color: rgb(172,217,246); }

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