#A9CDCD

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

Shades of Sinbad #A9CDCD

Tints of Sinbad #A9CDCD

Color information

#A9CDCD (or 0xA9CDCD) is unknown color: approx Sinbad. HEX triplet: A9, CD and CD. RGB value is (169,205,205). Sum of RGB (Red+Green+Blue) = 169+205+205=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A9CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDCD is #563232. Grayscale: #C2C2C2. Windows color (decimal): -5648947 or 13487529. OLE color: 13487529.

HSL color Cylindrical-coordinate representation of color #A9CDCD: hue angle of 180º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDCD is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169205205-
CMYK0.18000.20
HSL180º26.47%73.33%-
HSV(B)180º17.56%80.39%-
XYZ49.2156.5166.07-
YUV194.24134.07110-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=29.19%
G=35.41%
B=35.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692052050.18000.2018026.4773.33
HexA9CDCD120014b41a49
Octal25131531522002426432111
Binary10101001110011011100110110010001010010110100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDCD; }

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

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

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

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

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

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

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

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