#AEDDCF

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

Shades of Cruise #AEDDCF

Tints of Cruise #AEDDCF

Color information

#AEDDCF (or 0xAEDDCF) is unknown color: approx Cruise. HEX triplet: AE, DD and CF. RGB value is (174,221,207). Sum of RGB (Red+Green+Blue) = 174+221+207=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCF is #512230. Grayscale: #CDCDCD. Windows color (decimal): -5317169 or 13622702. OLE color: 13622702.

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

Color convert

RGB174221207-
CMYK0.2100.060.13
HSL162.13º40.87%77.45%-
HSV(B)162.13º21.27%86.67%-
XYZ54.5765.2268.74-
YUV205.35128.93105.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=28.90%
G=36.71%
B=34.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212070.2100.060.13162.1340.8777.45
HexAEDDCF1506Da2294d
Octal25633531725061524251115
Binary1010111011011101110011111010101101101101000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDCF; }

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

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

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

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

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

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

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

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