#AEE3D1

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

Shades of Cruise #AEE3D1

Tints of Cruise #AEE3D1

Color information

#AEE3D1 (or 0xAEE3D1) is unknown color: approx Cruise. HEX triplet: AE, E3 and D1. RGB value is (174,227,209). Sum of RGB (Red+Green+Blue) = 174+227+209=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3D1 is #511C2E. Grayscale: #D1D1D1. Windows color (decimal): -5315631 or 13755310. OLE color: 13755310.

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

Color convert

RGB174227209-
CMYK0.2300.080.11
HSL159.62º48.62%78.63%-
HSV(B)159.62º23.35%89.02%-
XYZ56.4368.5470.58-
YUV209.1127.94102.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 209 (82.03% from 255) = 34.26%
R=28.52%
G=37.21%
B=34.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742272090.2300.080.11159.6248.6278.63
HexAEE3D11708Ba0314f
Octal256343321270101324061117
Binary10101110111000111101000110111010001011101000001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3D1; }

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

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

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

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

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

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

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

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