#AEE5D1

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

Shades of Cruise #AEE5D1

Tints of Cruise #AEE5D1

Color information

#AEE5D1 (or 0xAEE5D1) is unknown color: approx Cruise. HEX triplet: AE, E5 and D1. RGB value is (174,229,209). Sum of RGB (Red+Green+Blue) = 174+229+209=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5D1 is #511A2E. Grayscale: #D2D2D2. Windows color (decimal): -5315119 or 13755822. OLE color: 13755822.

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

Color convert

RGB174229209-
CMYK0.2400.090.10
HSL158.18º51.4%79.02%-
HSV(B)158.18º24.02%89.8%-
XYZ56.9869.6470.76-
YUV210.28127.28102.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=28.43%
G=37.42%
B=34.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742292090.2400.090.10158.1851.479.02
HexAEE5D11809A9e334f
Octal256345321300111223663117
Binary10101110111001011101000111000010011010100111101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5D1; }

 p { color: rgb(174,229,209); }

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

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

 a { background-color: rgb(174,229,209); }

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

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

 span { border-color: rgb(174,229,209); }

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