#acd1eb

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

Shades of Sail #ACD1EB

Tints of Sail #ACD1EB

Color information

#ACD1EB (or 0xACD1EB) is unknown color: approx Sail. HEX triplet: AC, D1 and EB. RGB value is (172,209,235). Sum of RGB (Red+Green+Blue) = 172+209+235=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1EB is #532E14. Grayscale: #C8C8C8. Windows color (decimal): -5451285 or 15454636. OLE color: 15454636.

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

Color convert

RGB172209235-
CMYK0.270.1100.08
HSL204.76º61.17%79.8%-
HSV(B)204.76º26.81%92.16%-
XYZ54.8160.3787.36-
YUV200.9147.24107.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=27.92%
G=33.93%
B=38.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722092350.270.1100.08204.7661.1779.8
HexACD1EB1BB08cd3d50
Octal254321353331301031575120
Binary10101100110100011110101111011101101000110011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acd1eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acd1eb; }

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

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

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

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

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

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

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

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