#AACBE7

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

Shades of Sail #AACBE7

Tints of Sail #AACBE7

Color information

#AACBE7 (or 0xAACBE7) is unknown color: approx Sail. HEX triplet: AA, CB and E7. RGB value is (170,203,231). Sum of RGB (Red+Green+Blue) = 170+203+231=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBE7 is #553418. Grayscale: #C4C4C4. Windows color (decimal): -5583897 or 15190954. OLE color: 15190954.

HSL color Cylindrical-coordinate representation of color #AACBE7: hue angle of 207.54º degrees, saturation: 0.56, 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 #AACBE7 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170203231-
CMYK0.260.1200.09
HSL207.54º55.96%78.63%-
HSV(B)207.54º26.41%90.59%-
XYZ52.3657.0383.85-
YUV196.32147.57109.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=28.15%
G=33.61%
B=38.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702032310.260.1200.09207.5455.9678.63
HexAACBE71AC09d0384f
Octal252313347321401132070117
Binary10101010110010111110011111010110001001110100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBE7; }

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

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

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

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

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

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

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

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