#ACD2EB

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

Shades of Sail #ACD2EB

Tints of Sail #ACD2EB

Color information

#ACD2EB (or 0xACD2EB) is unknown color: approx Sail. HEX triplet: AC, D2 and EB. RGB value is (172,210,235). Sum of RGB (Red+Green+Blue) = 172+210+235=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2EB is #532D14. Grayscale: #C9C9C9. Windows color (decimal): -5451029 or 15454892. OLE color: 15454892.

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

Color convert

RGB172210235-
CMYK0.270.1100.08
HSL203.81º61.17%79.8%-
HSV(B)203.81º26.81%92.16%-
XYZ55.0660.8687.44-
YUV201.49146.91106.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=27.88%
G=34.04%
B=38.09%

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
Decimal1722102350.270.1100.08203.8161.1779.8
HexACD2EB1BB08cc3d50
Octal254322353331301031475120
Binary10101100110100101110101111011101101000110011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2EB; }

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

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

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

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

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

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

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

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