#ACD1EA

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

Shades of Sail #ACD1EA

Tints of Sail #ACD1EA

Color information

#ACD1EA (or 0xACD1EA) is unknown color: approx Sail. HEX triplet: AC, D1 and EA. RGB value is (172,209,234). Sum of RGB (Red+Green+Blue) = 172+209+234=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1EA is #532E15. Grayscale: #C8C8C8. Windows color (decimal): -5451286 or 15389100. OLE color: 15389100.

HSL color Cylindrical-coordinate representation of color #ACD1EA: hue angle of 204.19º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD1EA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172209234-
CMYK0.260.1100.08
HSL204.19º59.62%79.61%-
HSV(B)204.19º26.5%91.76%-
XYZ54.6760.3186.6-
YUV200.79146.74107.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=27.97%
G=33.98%
B=38.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722092340.260.1100.08204.1959.6279.61
HexACD1EA1AB08cc3c50
Octal254321352321301031474120
Binary10101100110100011110101011010101101000110011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1EA; }

 p { color: rgb(172,209,234); }

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

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

 a { background-color: rgb(172,209,234); }

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

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

 span { border-color: rgb(172,209,234); }

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