#AEDADA

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

Shades of Sinbad #AEDADA

Tints of Sinbad #AEDADA

Color information

#AEDADA (or 0xAEDADA) is unknown color: approx Sinbad. HEX triplet: AE, DA and DA. RGB value is (174,218,218). Sum of RGB (Red+Green+Blue) = 174+218+218=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #AEDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADA is #512525. Grayscale: #CCCCCC. Windows color (decimal): -5317926 or 14342830. OLE color: 14342830.

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

Color convert

RGB174218218-
CMYK0.20000.15
HSL180º37.29%76.86%-
HSV(B)180º20.18%85.49%-
XYZ55.1864.275.81-
YUV204.84135.42106-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=28.52%
G=35.74%
B=35.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742182180.20000.1518037.2976.86
HexAEDADA1400Fb4254d
Octal25633233224001726445115
Binary10101110110110101101101010100001111101101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDADA; }

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

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

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

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

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

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

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

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