#A9D7D2

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

Shades of Sinbad #A9D7D2

Tints of Sinbad #A9D7D2

Color information

#A9D7D2 (or 0xA9D7D2) is unknown color: approx Sinbad. HEX triplet: A9, D7 and D2. RGB value is (169,215,210). Sum of RGB (Red+Green+Blue) = 169+215+210=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D7D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D7D2 is #56282D. Grayscale: #C8C8C8. Windows color (decimal): -5646382 or 13817769. OLE color: 13817769.

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

Color convert

RGB169215210-
CMYK0.2100.020.16
HSL173.48º36.51%75.29%-
HSV(B)173.48º21.4%84.31%-
XYZ52.361.6970.12-
YUV200.68133.26105.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.45%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=28.45%
G=36.20%
B=35.35%

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
Decimal1692152100.2100.020.16173.4836.5175.29
HexA9D7D2150210ad254b
Octal25132732225022025545113
Binary1010100111010111110100101010101010000101011011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D7D2; }

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

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

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

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

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

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

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

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