#ACDAF6

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

Shades of Sail #ACDAF6

Tints of Sail #ACDAF6

Color information

#ACDAF6 (or 0xACDAF6) is unknown color: approx Sail. HEX triplet: AC, DA and F6. RGB value is (172,218,246). Sum of RGB (Red+Green+Blue) = 172+218+246=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACDAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF6 is #532509. Grayscale: #CFCFCF. Windows color (decimal): -5448970 or 16177836. OLE color: 16177836.

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

Color convert

RGB172218246-
CMYK0.300.1100.04
HSL202.7º80.43%81.96%-
HSV(B)202.7º30.08%96.47%-
XYZ58.7265.5796.75-
YUV207.44149.76102.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=27.04%
G=34.28%
B=38.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722182460.300.1100.04202.780.4381.96
HexACDAF61EB04cb5052
Octal254332366361304313120122
Binary10101100110110101111011011110101101001100101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAF6; }

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

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

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

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

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

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

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

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