#AED1D1

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

Shades of Sinbad #AED1D1

Tints of Sinbad #AED1D1

Color information

#AED1D1 (or 0xAED1D1) is unknown color: approx Sinbad. HEX triplet: AE, D1 and D1. RGB value is (174,209,209). Sum of RGB (Red+Green+Blue) = 174+209+209=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #AED1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1D1 is #512E2E. Grayscale: #C6C6C6. Windows color (decimal): -5320239 or 13750702. OLE color: 13750702.

HSL color Cylindrical-coordinate representation of color #AED1D1: hue angle of 180º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED1D1 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174209209-
CMYK0.17000.18
HSL180º27.56%75.1%-
HSV(B)180º16.75%81.96%-
XYZ51.7659.269.02-
YUV198.54133.9110.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=29.39%
G=35.30%
B=35.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742092090.17000.1818027.5675.1
HexAED1D1110012b41c4b
Octal25632132121002226434113
Binary10101110110100011101000110001001001010110100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1D1; }

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

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

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

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

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

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

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

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