#AEE1CC

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

Shades of Cruise #AEE1CC

Tints of Cruise #AEE1CC

Color information

#AEE1CC (or 0xAEE1CC) is unknown color: approx Cruise. HEX triplet: AE, E1 and CC. RGB value is (174,225,204). Sum of RGB (Red+Green+Blue) = 174+225+204=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1CC is #511E33. Grayscale: #CFCFCF. Windows color (decimal): -5316148 or 13427118. OLE color: 13427118.

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

Color convert

RGB174225204-
CMYK0.2300.090.12
HSL155.29º45.95%78.24%-
HSV(B)155.29º22.67%88.24%-
XYZ55.2867.2167.19-
YUV207.36126.1104.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=28.86%
G=37.31%
B=33.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742252040.2300.090.12155.2945.9578.24
HexAEE1CC1709C9b2e4e
Octal256341314270111423356116
Binary10101110111000011100110010111010011100100110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1CC; }

 p { color: rgb(174,225,204); }

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

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

 a { background-color: rgb(174,225,204); }

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

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

 span { border-color: rgb(174,225,204); }

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