#AACCE2

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

Shades of Sail #AACCE2

Tints of Sail #AACCE2

Color information

#AACCE2 (or 0xAACCE2) is unknown color: approx Sail. HEX triplet: AA, CC and E2. RGB value is (170,204,226). Sum of RGB (Red+Green+Blue) = 170+204+226=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCE2 is #55331D. Grayscale: #C4C4C4. Windows color (decimal): -5583646 or 14863530. OLE color: 14863530.

HSL color Cylindrical-coordinate representation of color #AACCE2: hue angle of 203.57º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACCE2 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170204226-
CMYK0.250.1000.11
HSL203.57º49.12%77.65%-
HSV(B)203.57º24.78%88.63%-
XYZ51.957.2280.26-
YUV196.34144.74109.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 226 (88.67% from 255) = 37.67%
R=28.33%
G=34%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702042260.250.1000.11203.5749.1277.65
HexAACCE219A0Bcc314e
Octal252314342311201331461116
Binary10101010110011001110001011001101001011110011001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCE2; }

 p { color: rgb(170,204,226); }

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

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

 a { background-color: rgb(170,204,226); }

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

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

 span { border-color: rgb(170,204,226); }

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