#ACD2ED

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

Shades of Sail #ACD2ED

Tints of Sail #ACD2ED

Color information

#ACD2ED (or 0xACD2ED) is unknown color: approx Sail. HEX triplet: AC, D2 and ED. RGB value is (172,210,237). Sum of RGB (Red+Green+Blue) = 172+210+237=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2ED is #532D12. Grayscale: #C9C9C9. Windows color (decimal): -5451027 or 15585964. OLE color: 15585964.

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

Color convert

RGB172210237-
CMYK0.270.1100.07
HSL204.92º64.36%80.2%-
HSV(B)204.92º27.43%92.94%-
XYZ55.3560.9888.97-
YUV201.72147.91106.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=27.79%
G=33.93%
B=38.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722102370.270.1100.07204.9264.3680.2
HexACD2ED1BB07cd4050
Octal254322355331307315100120
Binary10101100110100101110110111011101101111100110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2ED; }

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

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

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

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

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

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

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

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