#A9D2CB

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

Shades of Sinbad #A9D2CB

Tints of Sinbad #A9D2CB

Color information

#A9D2CB (or 0xA9D2CB) is unknown color: approx Sinbad. HEX triplet: A9, D2 and CB. RGB value is (169,210,203). Sum of RGB (Red+Green+Blue) = 169+210+203=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D2CB is #562D34. Grayscale: #C4C4C4. Windows color (decimal): -5647669 or 13357737. OLE color: 13357737.

HSL color Cylindrical-coordinate representation of color #A9D2CB: hue angle of 169.76º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D2CB is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB169210203-
CMYK0.2000.030.18
HSL169.76º31.3%74.31%-
HSV(B)169.76º19.52%82.35%-
XYZ50.1958.8465.21-
YUV196.94131.42108.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.04%
GREEN value IS 210 (82.42% from 255) = 36.08%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=29.04%
G=36.08%
B=34.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692102030.2000.030.18169.7631.374.31
HexA9D2CB140312aa1f4a
Octal25132231324032225237112
Binary101010011101001011001011101000111001010101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D2CB; }

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

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

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

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

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

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

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

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