#ACD7F3

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

Shades of Sail #ACD7F3

Tints of Sail #ACD7F3

Color information

#ACD7F3 (or 0xACD7F3) is unknown color: approx Sail. HEX triplet: AC, D7 and F3. RGB value is (172,215,243). Sum of RGB (Red+Green+Blue) = 172+215+243=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACD7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7F3 is #53280C. Grayscale: #CDCDCD. Windows color (decimal): -5449741 or 15980460. OLE color: 15980460.

HSL color Cylindrical-coordinate representation of color #ACD7F3: hue angle of 203.66º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD7F3 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172215243-
CMYK0.290.1200.05
HSL203.66º74.74%81.37%-
HSV(B)203.66º29.22%95.29%-
XYZ57.4963.8494.09-
YUV205.33149.25104.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 243 (95.31% from 255) = 38.57%
R=27.30%
G=34.13%
B=38.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722152430.290.1200.05203.6674.7481.37
HexACD7F31DC05cc4b51
Octal254327363351405314113121
Binary10101100110101111111001111101110001011100110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7F3; }

 p { color: rgb(172,215,243); }

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

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

 a { background-color: rgb(172,215,243); }

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

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

 span { border-color: rgb(172,215,243); }

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