#AECEE4

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

Shades of Sail #AECEE4

Tints of Sail #AECEE4

Color information

#AECEE4 (or 0xAECEE4) is unknown color: approx Sail. HEX triplet: AE, CE and E4. RGB value is (174,206,228). Sum of RGB (Red+Green+Blue) = 174+206+228=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #AECEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE4 is #51311B. Grayscale: #C6C6C6. Windows color (decimal): -5320988 or 14995118. OLE color: 14995118.

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

Color convert

RGB174206228-
CMYK0.240.1000.11
HSL204.44º50%78.82%-
HSV(B)204.44º23.68%89.41%-
XYZ53.5358.7481.92-
YUV198.94144.4110.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 228 (89.45% from 255) = 37.5%
R=28.62%
G=33.88%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742062280.240.1000.11204.445078.82
HexAECEE418A0Bcc324f
Octal256316344301201331462117
Binary10101110110011101110010011000101001011110011001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEE4; }

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

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

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

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

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

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

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

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