#ACD2E8

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

Shades of Sail #ACD2E8

Tints of Sail #ACD2E8

Color information

#ACD2E8 (or 0xACD2E8) is unknown color: approx Sail. HEX triplet: AC, D2 and E8. RGB value is (172,210,232). Sum of RGB (Red+Green+Blue) = 172+210+232=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACD2E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2E8 is #532D17. Grayscale: #C9C9C9. Windows color (decimal): -5451032 or 15258284. OLE color: 15258284.

HSL color Cylindrical-coordinate representation of color #ACD2E8: hue angle of 202º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD2E8 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172210232-
CMYK0.260.0900.09
HSL202º56.6%79.22%-
HSV(B)202º25.86%90.98%-
XYZ54.6360.6985.18-
YUV201.15145.41107.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 232 (91.02% from 255) = 37.79%
R=28.01%
G=34.20%
B=37.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722102320.260.0900.0920256.679.22
HexACD2E81A909ca394f
Octal254322350321101131271117
Binary10101100110100101110100011010100101001110010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2E8; }

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

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

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

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

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

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

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

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