#AEDDCD

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

Shades of Cruise #AEDDCD

Tints of Cruise #AEDDCD

Color information

#AEDDCD (or 0xAEDDCD) is unknown color: approx Cruise. HEX triplet: AE, DD and CD. RGB value is (174,221,205). Sum of RGB (Red+Green+Blue) = 174+221+205=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCD is #512232. Grayscale: #CDCDCD. Windows color (decimal): -5317171 or 13491630. OLE color: 13491630.

HSL color Cylindrical-coordinate representation of color #AEDDCD: hue angle of 159.57º 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 #AEDDCD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB174221205-
CMYK0.2100.070.13
HSL159.57º40.87%77.45%-
HSV(B)159.57º21.27%86.67%-
XYZ54.3365.1267.46-
YUV205.12127.93105.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=29%
G=36.83%
B=34.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212050.2100.070.13159.5740.8777.45
HexAEDDCD1507Da0294d
Octal25633531525071524051115
Binary1010111011011101110011011010101111101101000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDCD; }

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

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

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

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

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

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

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

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