#AACFE8

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

Shades of Sail #AACFE8

Tints of Sail #AACFE8

Color information

#AACFE8 (or 0xAACFE8) is unknown color: approx Sail. HEX triplet: AA, CF and E8. RGB value is (170,207,232). Sum of RGB (Red+Green+Blue) = 170+207+232=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFE8 is #553017. Grayscale: #C6C6C6. Windows color (decimal): -5582872 or 15257514. OLE color: 15257514.

HSL color Cylindrical-coordinate representation of color #AACFE8: hue angle of 204.19º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACFE8 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170207232-
CMYK0.270.1100.09
HSL204.19º57.41%78.82%-
HSV(B)204.19º26.72%90.98%-
XYZ53.465984.91-
YUV198.79146.74107.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=27.91%
G=33.99%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702072320.270.1100.09204.1957.4178.82
HexAACFE81BB09cc394f
Octal252317350331301131471117
Binary10101010110011111110100011011101101001110011001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFE8; }

 p { color: rgb(170,207,232); }

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

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

 a { background-color: rgb(170,207,232); }

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

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

 span { border-color: rgb(170,207,232); }

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