#aacbe2

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

Shades of Sail #AACBE2

Tints of Sail #AACBE2

Color information

#AACBE2 (or 0xAACBE2) is unknown color: approx Sail. HEX triplet: AA, CB and E2. RGB value is (170,203,226). Sum of RGB (Red+Green+Blue) = 170+203+226=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBE2 is #55341D. Grayscale: #C3C3C3. Windows color (decimal): -5583902 or 14863274. OLE color: 14863274.

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

Color convert

RGB170203226-
CMYK0.250.1000.11
HSL204.64º49.12%77.65%-
HSV(B)204.64º24.78%88.63%-
XYZ51.6656.7580.18-
YUV195.76145.07109.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=28.38%
G=33.89%
B=37.73%

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
Decimal1702032260.250.1000.11204.6449.1277.65
HexAACBE219A0Bcd314e
Octal252313342311201331561116
Binary10101010110010111110001011001101001011110011011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aacbe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aacbe2; }

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

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

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

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

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

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

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

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