#A6DEDC

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

Shades of Sinbad #A6DEDC

Tints of Sinbad #A6DEDC

Color information

#A6DEDC (or 0xA6DEDC) is unknown color: approx Sinbad. HEX triplet: A6, DE and DC. RGB value is (166,222,220). Sum of RGB (Red+Green+Blue) = 166+222+220=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEDC is #592123. Grayscale: #CCCCCC. Windows color (decimal): -5841188 or 14474918. OLE color: 14474918.

HSL color Cylindrical-coordinate representation of color #A6DEDC: hue angle of 177.86º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DEDC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB166222220-
CMYK0.2500.010.13
HSL177.86º45.9%76.08%-
HSV(B)177.86º25.23%87.06%-
XYZ54.7765.5277.47-
YUV205.03136.45100.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.30%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=27.30%
G=36.51%
B=36.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662222200.2500.010.13177.8645.976.08
HexA6DEDC1901Db22e4c
Octal24633633431011526256114
Binary10100110110111101101110011001011101101100101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DEDC; }

 p { color: rgb(166,222,220); }

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

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

 a { background-color: rgb(166,222,220); }

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

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

 span { border-color: rgb(166,222,220); }

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