#ACD0E5

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

Shades of Sail #ACD0E5

Tints of Sail #ACD0E5

Color information

#ACD0E5 (or 0xACD0E5) is unknown color: approx Sail. HEX triplet: AC, D0 and E5. RGB value is (172,208,229). Sum of RGB (Red+Green+Blue) = 172+208+229=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0E5 is #532F1A. Grayscale: #C7C7C7. Windows color (decimal): -5451547 or 15061164. OLE color: 15061164.

HSL color Cylindrical-coordinate representation of color #ACD0E5: hue angle of 202.11º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD0E5 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172208229-
CMYK0.250.0900.10
HSL202.11º52.29%78.63%-
HSV(B)202.11º24.89%89.8%-
XYZ53.7159.5482.79-
YUV199.63144.57108.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=28.24%
G=34.15%
B=37.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722082290.250.0900.10202.1152.2978.63
HexACD0E51990Aca344f
Octal254320345311101231264117
Binary10101100110100001110010111001100101010110010101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0E5; }

 p { color: rgb(172,208,229); }

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

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

 a { background-color: rgb(172,208,229); }

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

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

 span { border-color: rgb(172,208,229); }

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