#AEDCCC

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

Shades of Cruise #AEDCCC

Tints of Cruise #AEDCCC

Color information

#AEDCCC (or 0xAEDCCC) is unknown color: approx Cruise. HEX triplet: AE, DC and CC. RGB value is (174,220,204). Sum of RGB (Red+Green+Blue) = 174+220+204=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCC is #512333. Grayscale: #CCCCCC. Windows color (decimal): -5317428 or 13425838. OLE color: 13425838.

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

Color convert

RGB174220204-
CMYK0.2100.070.14
HSL159.13º39.66%77.25%-
HSV(B)159.13º20.91%86.27%-
XYZ53.9564.5466.74-
YUV204.42127.76106.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=29.10%
G=36.79%
B=34.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202040.2100.070.14159.1339.6677.25
HexAEDCCC1507E9f284d
Octal25633431425071623750115
Binary1010111011011100110011001010101111110100111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCCC; }

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

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

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

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

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

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

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

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