#ACD4ED

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

Shades of Sail #ACD4ED

Tints of Sail #ACD4ED

Color information

#ACD4ED (or 0xACD4ED) is unknown color: approx Sail. HEX triplet: AC, D4 and ED. RGB value is (172,212,237). Sum of RGB (Red+Green+Blue) = 172+212+237=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4ED is #532B12. Grayscale: #CACACA. Windows color (decimal): -5450515 or 15586476. OLE color: 15586476.

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

Color convert

RGB172212237-
CMYK0.270.1100.07
HSL203.08º64.36%80.2%-
HSV(B)203.08º27.43%92.94%-
XYZ55.8461.9789.14-
YUV202.89147.25105.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=27.70%
G=34.14%
B=38.16%

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
Decimal1722122370.270.1100.07203.0864.3680.2
HexACD4ED1BB07cb4050
Octal254324355331307313100120
Binary10101100110101001110110111011101101111100101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4ED; }

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

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

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

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

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

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

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

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