#ACD4EB

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

Shades of Sail #ACD4EB

Tints of Sail #ACD4EB

Color information

#ACD4EB (or 0xACD4EB) is unknown color: approx Sail. HEX triplet: AC, D4 and EB. RGB value is (172,212,235). Sum of RGB (Red+Green+Blue) = 172+212+235=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4EB is #532B14. Grayscale: #CACACA. Windows color (decimal): -5450517 or 15455404. OLE color: 15455404.

HSL color Cylindrical-coordinate representation of color #ACD4EB: hue angle of 201.9º 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 #ACD4EB is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172212235-
CMYK0.270.1000.08
HSL201.9º61.17%79.8%-
HSV(B)201.9º26.81%92.16%-
XYZ55.5561.8687.61-
YUV202.66146.25106.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=27.79%
G=34.25%
B=37.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722122350.270.1000.08201.961.1779.8
HexACD4EB1BA08ca3d50
Octal254324353331201031275120
Binary10101100110101001110101111011101001000110010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4EB; }

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

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

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

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

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

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

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

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