#ACD3EB

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

Shades of Sail #ACD3EB

Tints of Sail #ACD3EB

Color information

#ACD3EB (or 0xACD3EB) is unknown color: approx Sail. HEX triplet: AC, D3 and EB. RGB value is (172,211,235). Sum of RGB (Red+Green+Blue) = 172+211+235=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3EB is #532C14. Grayscale: #C9C9C9. Windows color (decimal): -5450773 or 15455148. OLE color: 15455148.

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

Color convert

RGB172211235-
CMYK0.270.1000.08
HSL202.86º61.17%79.8%-
HSV(B)202.86º26.81%92.16%-
XYZ55.361.3687.53-
YUV202.08146.58106.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=27.83%
G=34.14%
B=38.03%

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
Decimal1722112350.270.1000.08202.8661.1779.8
HexACD3EB1BA08cb3d50
Octal254323353331201031375120
Binary10101100110100111110101111011101001000110010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3EB; }

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

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

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

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

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

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

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

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