#A9D0CD

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

Shades of Sinbad #A9D0CD

Tints of Sinbad #A9D0CD

Color information

#A9D0CD (or 0xA9D0CD) is unknown color: approx Sinbad. HEX triplet: A9, D0 and CD. RGB value is (169,208,205). Sum of RGB (Red+Green+Blue) = 169+208+205=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0CD is #562F32. Grayscale: #C3C3C3. Windows color (decimal): -5648179 or 13488297. OLE color: 13488297.

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

Color convert

RGB169208205-
CMYK0.1900.010.18
HSL175.38º29.32%73.92%-
HSV(B)175.38º18.75%81.57%-
XYZ49.9457.9566.31-
YUV196133.08108.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.04%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=29.04%
G=35.74%
B=35.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692082050.1900.010.18175.3829.3273.92
HexA9D0CD130112af1d4a
Octal25132031523012225735112
Binary10101001110100001100110110011011001010101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0CD; }

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

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

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

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

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

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

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

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