#AAE0CB

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

Shades of Cruise #AAE0CB

Tints of Cruise #AAE0CB

Color information

#AAE0CB (or 0xAAE0CB) is unknown color: approx Cruise. HEX triplet: AA, E0 and CB. RGB value is (170,224,203). Sum of RGB (Red+Green+Blue) = 170+224+203=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0CB is #551F34. Grayscale: #CDCDCD. Windows color (decimal): -5578549 or 13361322. OLE color: 13361322.

HSL color Cylindrical-coordinate representation of color #AAE0CB: hue angle of 156.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0CB is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB170224203-
CMYK0.2400.090.12
HSL156.67º46.55%77.25%-
HSV(B)156.67º24.11%87.84%-
XYZ54.0166.1766.43-
YUV205.46126.61102.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=28.48%
G=37.52%
B=34.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702242030.2400.090.12156.6746.5577.25
HexAAE0CB1809C9d2f4d
Octal252340313300111423557115
Binary10101010111000001100101111000010011100100111011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0CB; }

 p { color: rgb(170,224,203); }

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

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

 a { background-color: rgb(170,224,203); }

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

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

 span { border-color: rgb(170,224,203); }

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