#AEE0CB

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

Shades of Cruise #AEE0CB

Tints of Cruise #AEE0CB

Color information

#AEE0CB (or 0xAEE0CB) is unknown color: approx Cruise. HEX triplet: AE, E0 and CB. RGB value is (174,224,203). Sum of RGB (Red+Green+Blue) = 174+224+203=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0CB is #511F34. Grayscale: #CECECE. Windows color (decimal): -5316405 or 13361326. OLE color: 13361326.

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

Color convert

RGB174224203-
CMYK0.2200.090.12
HSL154.8º44.64%78.04%-
HSV(B)154.8º22.32%87.84%-
XYZ54.8966.6266.47-
YUV206.66125.94104.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=28.95%
G=37.27%
B=33.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742242030.2200.090.12154.844.6478.04
HexAEE0CB1609C9b2d4e
Octal256340313260111423355116
Binary10101110111000001100101110110010011100100110111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0CB; }

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

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

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

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

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

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

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

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