#AED9D9

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

Shades of Sinbad #AED9D9

Tints of Sinbad #AED9D9

Color information

#AED9D9 (or 0xAED9D9) is unknown color: approx Sinbad. HEX triplet: AE, D9 and D9. RGB value is (174,217,217). Sum of RGB (Red+Green+Blue) = 174+217+217=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: green, blue. Hex color #AED9D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9D9 is #512626. Grayscale: #CCCCCC. Windows color (decimal): -5318183 or 14277038. OLE color: 14277038.

HSL color Cylindrical-coordinate representation of color #AED9D9: hue angle of 180º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9D9 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174217217-
CMYK0.20000.15
HSL180º36.13%76.67%-
HSV(B)180º19.82%85.1%-
XYZ54.7963.6375.04-
YUV204.14135.25106.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=28.62%
G=35.69%
B=35.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742172170.20000.1518036.1376.67
HexAED9D91400Fb4244d
Octal25633133124001726444115
Binary10101110110110011101100110100001111101101001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9D9; }

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

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

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

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

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

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

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

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