#AEE2CE

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

Shades of Cruise #AEE2CE

Tints of Cruise #AEE2CE

Color information

#AEE2CE (or 0xAEE2CE) is unknown color: approx Cruise. HEX triplet: AE, E2 and CE. RGB value is (174,226,206). Sum of RGB (Red+Green+Blue) = 174+226+206=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2CE is #511D31. Grayscale: #D0D0D0. Windows color (decimal): -5315890 or 13558446. OLE color: 13558446.

HSL color Cylindrical-coordinate representation of color #AEE2CE: hue angle of 156.92º 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 #AEE2CE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB174226206-
CMYK0.2300.090.11
HSL156.92º47.27%78.43%-
HSV(B)156.92º23.01%88.63%-
XYZ55.7967.8568.55-
YUV208.17126.77103.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 226 (88.67% from 255) = 37.29%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=28.71%
G=37.29%
B=33.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742262060.2300.090.11156.9247.2778.43
HexAEE2CE1709B9d2f4e
Octal256342316270111323557116
Binary10101110111000101100111010111010011011100111011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2CE; }

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

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

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

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

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

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

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

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