#AED7D7

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

Shades of Sinbad #AED7D7

Tints of Sinbad #AED7D7

Color information

#AED7D7 (or 0xAED7D7) is unknown color: approx Sinbad. HEX triplet: AE, D7 and D7. RGB value is (174,215,215). Sum of RGB (Red+Green+Blue) = 174+215+215=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #AED7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7D7 is #512828. Grayscale: #CACACA. Windows color (decimal): -5318697 or 14145454. OLE color: 14145454.

HSL color Cylindrical-coordinate representation of color #AED7D7: hue angle of 180º degrees, saturation: 0.34, 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 #AED7D7 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174215215-
CMYK0.19000.16
HSL180º33.88%76.27%-
HSV(B)180º19.07%84.31%-
XYZ54.0262.5173.51-
YUV202.74134.92107.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=28.81%
G=35.60%
B=35.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742152150.19000.1618033.8876.27
HexAED7D7130010b4224c
Octal25632732723002026442114
Binary101011101101011111010111100110010000101101001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7D7; }

 p { color: rgb(174,215,215); }

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

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

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

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

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

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

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