#AEDFD0

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

Shades of Cruise #AEDFD0

Tints of Cruise #AEDFD0

Color information

#AEDFD0 (or 0xAEDFD0) is unknown color: approx Cruise. HEX triplet: AE, DF and D0. RGB value is (174,223,208). Sum of RGB (Red+Green+Blue) = 174+223+208=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD0 is #51202F. Grayscale: #CECECE. Windows color (decimal): -5316656 or 13688750. OLE color: 13688750.

HSL color Cylindrical-coordinate representation of color #AEDFD0: hue angle of 161.63º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFD0 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB174223208-
CMYK0.2200.070.13
HSL161.63º43.36%77.84%-
HSV(B)161.63º21.97%87.45%-
XYZ55.2366.3369.57-
YUV206.64128.77104.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=28.76%
G=36.86%
B=34.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742232080.2200.070.13161.6343.3677.84
HexAEDFD01607Da22b4e
Octal25633732026071524253116
Binary1010111011011111110100001011001111101101000101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFD0; }

 p { color: rgb(174,223,208); }

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

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

 a { background-color: rgb(174,223,208); }

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

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

 span { border-color: rgb(174,223,208); }

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