#ACD7F1

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

Shades of Sail #ACD7F1

Tints of Sail #ACD7F1

Color information

#ACD7F1 (or 0xACD7F1) is unknown color: approx Sail. HEX triplet: AC, D7 and F1. RGB value is (172,215,241). Sum of RGB (Red+Green+Blue) = 172+215+241=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACD7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7F1 is #53280E. Grayscale: #CCCCCC. Windows color (decimal): -5449743 or 15849388. OLE color: 15849388.

HSL color Cylindrical-coordinate representation of color #ACD7F1: hue angle of 202.61º degrees, saturation: 0.71, 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 #ACD7F1 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172215241-
CMYK0.290.1100.05
HSL202.61º71.13%80.98%-
HSV(B)202.61º28.63%94.51%-
XYZ57.1963.7292.5-
YUV205.11148.25104.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=27.39%
G=34.24%
B=38.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722152410.290.1100.05202.6171.1380.98
HexACD7F11DB05cb4751
Octal254327361351305313107121
Binary10101100110101111111000111101101101011100101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7F1; }

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

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

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

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

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

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

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

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