#A9D2CC

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

Shades of Sinbad #A9D2CC

Tints of Sinbad #A9D2CC

Color information

#A9D2CC (or 0xA9D2CC) is unknown color: approx Sinbad. HEX triplet: A9, D2 and CC. RGB value is (169,210,204). Sum of RGB (Red+Green+Blue) = 169+210+204=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D2CC is #562D33. Grayscale: #C5C5C5. Windows color (decimal): -5647668 or 13423273. OLE color: 13423273.

HSL color Cylindrical-coordinate representation of color #A9D2CC: hue angle of 171.22º 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 #A9D2CC is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB169210204-
CMYK0.2000.030.18
HSL171.22º31.3%74.31%-
HSV(B)171.22º19.52%82.35%-
XYZ50.3158.8965.84-
YUV197.06131.92107.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=28.99%
G=36.02%
B=34.99%

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
Decimal1692102040.2000.030.18171.2231.374.31
HexA9D2CC140312ab1f4a
Octal25132231424032225337112
Binary101010011101001011001100101000111001010101011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D2CC; }

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

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

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

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

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

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

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

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