#A9D0CA

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

Shades of Sinbad #A9D0CA

Tints of Sinbad #A9D0CA

Color information

#A9D0CA (or 0xA9D0CA) is unknown color: approx Sinbad. HEX triplet: A9, D0 and CA. RGB value is (169,208,202). Sum of RGB (Red+Green+Blue) = 169+208+202=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0CA is #562F35. Grayscale: #C3C3C3. Windows color (decimal): -5648182 or 13291689. OLE color: 13291689.

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

Color convert

RGB169208202-
CMYK0.1900.030.18
HSL170.77º29.32%73.92%-
HSV(B)170.77º18.75%81.57%-
XYZ49.5857.8164.42-
YUV195.65131.58108.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=29.19%
G=35.92%
B=34.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692082020.1900.030.18170.7729.3273.92
HexA9D0CA130312ab1d4a
Octal25132031223032225335112
Binary101010011101000011001010100110111001010101011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0CA; }

 p { color: rgb(169,208,202); }

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

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

 a { background-color: rgb(169,208,202); }

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

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

 span { border-color: rgb(169,208,202); }

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