#AECDE2

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

Shades of Sail #AECDE2

Tints of Sail #AECDE2

Color information

#AECDE2 (or 0xAECDE2) is unknown color: approx Sail. HEX triplet: AE, CD and E2. RGB value is (174,205,226). Sum of RGB (Red+Green+Blue) = 174+205+226=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #AECDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDE2 is #51321D. Grayscale: #C6C6C6. Windows color (decimal): -5321246 or 14863790. OLE color: 14863790.

HSL color Cylindrical-coordinate representation of color #AECDE2: hue angle of 204.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECDE2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174205226-
CMYK0.230.0900.11
HSL204.23º47.27%78.43%-
HSV(B)204.23º23.01%88.63%-
XYZ53.0158.1580.38-
YUV198.12143.73110.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=28.76%
G=33.88%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742052260.230.0900.11204.2347.2778.43
HexAECDE21790Bcc2f4e
Octal256315342271101331457116
Binary10101110110011011110001010111100101011110011001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDE2; }

 p { color: rgb(174,205,226); }

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

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

 a { background-color: rgb(174,205,226); }

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

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

 span { border-color: rgb(174,205,226); }

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