#A6DCDA

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

Shades of Sinbad #A6DCDA

Tints of Sinbad #A6DCDA

Color information

#A6DCDA (or 0xA6DCDA) is unknown color: approx Sinbad. HEX triplet: A6, DC and DA. RGB value is (166,220,218). Sum of RGB (Red+Green+Blue) = 166+220+218=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDA is #592325. Grayscale: #CBCBCB. Windows color (decimal): -5841702 or 14343334. OLE color: 14343334.

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

Color convert

RGB166220218-
CMYK0.2500.010.14
HSL177.78º43.55%75.69%-
HSV(B)177.78º24.55%86.27%-
XYZ53.9764.3675.91-
YUV203.63136.11101.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.48%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=27.48%
G=36.42%
B=36.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662202180.2500.010.14177.7843.5575.69
HexA6DCDA1901Eb22c4c
Octal24633433231011626254114
Binary10100110110111001101101011001011110101100101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCDA; }

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

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

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

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

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

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

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

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