#AED6D5

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

Shades of Sinbad #AED6D5

Tints of Sinbad #AED6D5

Color information

#AED6D5 (or 0xAED6D5) is unknown color: approx Sinbad. HEX triplet: AE, D6 and D5. RGB value is (174,214,213). Sum of RGB (Red+Green+Blue) = 174+214+213=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6D5 is #51292A. Grayscale: #C9C9C9. Windows color (decimal): -5318955 or 14014126. OLE color: 14014126.

HSL color Cylindrical-coordinate representation of color #AED6D5: hue angle of 178.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6D5 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB174214213-
CMYK0.1900.000.16
HSL178.5º32.79%76.08%-
HSV(B)178.5º18.69%83.92%-
XYZ53.5161.972.08-
YUV201.93134.25108.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=28.95%
G=35.61%
B=35.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742142130.1900.000.16178.532.7976.08
HexAED6D5130010b2214c
Octal25632632523002026241114
Binary101011101101011011010101100110010000101100101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6D5; }

 p { color: rgb(174,214,213); }

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

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

 a { background-color: rgb(174,214,213); }

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

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

 span { border-color: rgb(174,214,213); }

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