#AACEE4

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

Shades of Sail #AACEE4

Tints of Sail #AACEE4

Color information

#AACEE4 (or 0xAACEE4) is unknown color: approx Sail. HEX triplet: AA, CE and E4. RGB value is (170,206,228). Sum of RGB (Red+Green+Blue) = 170+206+228=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #AACEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEE4 is #55311B. Grayscale: #C5C5C5. Windows color (decimal): -5583132 or 14995114. OLE color: 14995114.

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

Color convert

RGB170206228-
CMYK0.250.1000.11
HSL202.76º51.79%78.04%-
HSV(B)202.76º25.44%89.41%-
XYZ52.6558.2981.87-
YUV197.74145.07108.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=28.15%
G=34.11%
B=37.75%

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
Decimal1702062280.250.1000.11202.7651.7978.04
HexAACEE419A0Bcb344e
Octal252316344311201331364116
Binary10101010110011101110010011001101001011110010111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEE4; }

 p { color: rgb(170,206,228); }

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

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

 a { background-color: rgb(170,206,228); }

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

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

 span { border-color: rgb(170,206,228); }

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