#AEDDCA

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

Shades of Cruise #AEDDCA

Tints of Cruise #AEDDCA

Color information

#AEDDCA (or 0xAEDDCA) is unknown color: approx Cruise. HEX triplet: AE, DD and CA. RGB value is (174,221,202). Sum of RGB (Red+Green+Blue) = 174+221+202=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCA is #512235. Grayscale: #CCCCCC. Windows color (decimal): -5317174 or 13295022. OLE color: 13295022.

HSL color Cylindrical-coordinate representation of color #AEDDCA: hue angle of 155.74º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDCA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB174221202-
CMYK0.2100.090.13
HSL155.74º40.87%77.45%-
HSV(B)155.74º21.27%86.67%-
XYZ53.9764.9865.57-
YUV204.78126.43106.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=29.15%
G=37.02%
B=33.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212020.2100.090.13155.7440.8777.45
HexAEDDCA1509D9c294d
Octal256335312250111523451115
Binary10101110110111011100101010101010011101100111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDCA; }

 p { color: rgb(174,221,202); }

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

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

 a { background-color: rgb(174,221,202); }

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

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

 span { border-color: rgb(174,221,202); }

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