#AACBE0

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

Shades of Sail #AACBE0

Tints of Sail #AACBE0

Color information

#AACBE0 (or 0xAACBE0) is unknown color: approx Sail. HEX triplet: AA, CB and E0. RGB value is (170,203,224). Sum of RGB (Red+Green+Blue) = 170+203+224=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #AACBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBE0 is #55341F. Grayscale: #C3C3C3. Windows color (decimal): -5583904 or 14732202. OLE color: 14732202.

HSL color Cylindrical-coordinate representation of color #AACBE0: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACBE0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170203224-
CMYK0.240.0900.12
HSL203.33º46.55%77.25%-
HSV(B)203.33º24.11%87.84%-
XYZ51.3956.6478.75-
YUV195.53144.07109.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=28.48%
G=34.00%
B=37.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702032240.240.0900.12203.3346.5577.25
HexAACBE01890Ccb2f4d
Octal252313340301101431357115
Binary10101010110010111110000011000100101100110010111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBE0; }

 p { color: rgb(170,203,224); }

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

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

 a { background-color: rgb(170,203,224); }

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

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

 span { border-color: rgb(170,203,224); }

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