#A1DCD6

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

Shades of Sinbad #A1DCD6

Tints of Sinbad #A1DCD6

Color information

#A1DCD6 (or 0xA1DCD6) is unknown color: approx Sinbad. HEX triplet: A1, DC and D6. RGB value is (161,220,214). Sum of RGB (Red+Green+Blue) = 161+220+214=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCD6 is #5E2329. Grayscale: #C9C9C9. Windows color (decimal): -6169386 or 14081185. OLE color: 14081185.

HSL color Cylindrical-coordinate representation of color #A1DCD6: hue angle of 173.9º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCD6 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB161220214-
CMYK0.2700.030.14
HSL173.9º45.74%74.71%-
HSV(B)173.9º26.82%86.27%-
XYZ52.4363.6273.13-
YUV201.68134.9598.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.06%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=27.06%
G=36.97%
B=35.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612202140.2700.030.14173.945.7474.71
HexA1DCD61B03Eae2e4b
Octal24133432633031625656113
Binary101000011101110011010110110110111110101011101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCD6; }

 p { color: rgb(161,220,214); }

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

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

 a { background-color: rgb(161,220,214); }

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

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

 span { border-color: rgb(161,220,214); }

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