#ACD9F5

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

Shades of Sail #ACD9F5

Tints of Sail #ACD9F5

Color information

#ACD9F5 (or 0xACD9F5) is unknown color: approx Sail. HEX triplet: AC, D9 and F5. RGB value is (172,217,245). Sum of RGB (Red+Green+Blue) = 172+217+245=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACD9F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9F5 is #53260A. Grayscale: #CECECE. Windows color (decimal): -5449227 or 16112044. OLE color: 16112044.

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

Color convert

RGB172217245-
CMYK0.300.1100.04
HSL203.01º78.49%81.76%-
HSV(B)203.01º29.8%96.08%-
XYZ58.3164.9995.86-
YUV206.74149.59103.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 217 (85.16% from 255) = 34.23%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=27.13%
G=34.23%
B=38.64%

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
Decimal1722172450.300.1100.04203.0178.4981.76
HexACD9F51EB04cb4e52
Octal254331365361304313116122
Binary10101100110110011111010111110101101001100101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9F5; }

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

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

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

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

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

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

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

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