#A9CDCC

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

Shades of Sinbad #A9CDCC

Tints of Sinbad #A9CDCC

Color information

#A9CDCC (or 0xA9CDCC) is unknown color: approx Sinbad. HEX triplet: A9, CD and CC. RGB value is (169,205,204). Sum of RGB (Red+Green+Blue) = 169+205+204=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDCC is #563233. Grayscale: #C2C2C2. Windows color (decimal): -5648948 or 13421993. OLE color: 13421993.

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

Color convert

RGB169205204-
CMYK0.1800.000.20
HSL178.33º26.47%73.33%-
HSV(B)178.33º17.56%80.39%-
XYZ49.0956.4665.44-
YUV194.12133.57110.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=29.24%
G=35.47%
B=35.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692052040.1800.000.20178.3326.4773.33
HexA9CDCC120014b21a49
Octal25131531422002426232111
Binary10101001110011011100110010010001010010110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDCC; }

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

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

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

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

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

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

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

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