#AEDDC8

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

Shades of Cruise #AEDDC8

Tints of Cruise #AEDDC8

Color information

#AEDDC8 (or 0xAEDDC8) is unknown color: approx Cruise. HEX triplet: AE, DD and C8. RGB value is (174,221,200). Sum of RGB (Red+Green+Blue) = 174+221+200=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC8 is #512237. Grayscale: #CCCCCC. Windows color (decimal): -5317176 or 13163950. OLE color: 13163950.

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

Color convert

RGB174221200-
CMYK0.2100.100.13
HSL153.19º40.87%77.45%-
HSV(B)153.19º21.27%86.67%-
XYZ53.7464.8864.33-
YUV204.55125.43106.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=29.24%
G=37.14%
B=33.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212000.2100.100.13153.1940.8777.45
HexAEDDC8150AD99294d
Octal256335310250121523151115
Binary10101110110111011100100010101010101101100110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC8; }

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

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

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

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

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

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

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

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