#A9D6D2

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

Shades of Sinbad #A9D6D2

Tints of Sinbad #A9D6D2

Color information

#A9D6D2 (or 0xA9D6D2) is unknown color: approx Sinbad. HEX triplet: A9, D6 and D2. RGB value is (169,214,210). Sum of RGB (Red+Green+Blue) = 169+214+210=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D6D2 is #56292D. Grayscale: #C8C8C8. Windows color (decimal): -5646638 or 13817513. OLE color: 13817513.

HSL color Cylindrical-coordinate representation of color #A9D6D2: hue angle of 174.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D6D2 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB169214210-
CMYK0.2100.020.16
HSL174.67º35.43%75.1%-
HSV(B)174.67º21.03%83.92%-
XYZ52.0461.1870.04-
YUV200.09133.59105.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.50%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=28.50%
G=36.09%
B=35.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692142100.2100.020.16174.6735.4375.1
HexA9D6D2150210af234b
Octal25132632225022025743113
Binary1010100111010110110100101010101010000101011111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6D2; }

 p { color: rgb(169,214,210); }

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

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

 a { background-color: rgb(169,214,210); }

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

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

 span { border-color: rgb(169,214,210); }

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