#AEDCCE

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

Shades of Cruise #AEDCCE

Tints of Cruise #AEDCCE

Color information

#AEDCCE (or 0xAEDCCE) is unknown color: approx Cruise. HEX triplet: AE, DC and CE. RGB value is (174,220,206). Sum of RGB (Red+Green+Blue) = 174+220+206=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCE is #512331. Grayscale: #CCCCCC. Windows color (decimal): -5317426 or 13556910. OLE color: 13556910.

HSL color Cylindrical-coordinate representation of color #AEDCCE: hue angle of 161.74º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCCE is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB174220206-
CMYK0.2100.060.14
HSL161.74º39.66%77.25%-
HSV(B)161.74º20.91%86.27%-
XYZ54.1964.6468.01-
YUV204.65128.76106.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=29%
G=36.67%
B=34.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202060.2100.060.14161.7439.6677.25
HexAEDCCE1506Ea2284d
Octal25633431625061624250115
Binary1010111011011100110011101010101101110101000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCCE; }

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

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

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

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

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

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

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

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