#A9CDCA

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

Shades of Sinbad #A9CDCA

Tints of Sinbad #A9CDCA

Color information

#A9CDCA (or 0xA9CDCA) is unknown color: approx Sinbad. HEX triplet: A9, CD and CA. RGB value is (169,205,202). Sum of RGB (Red+Green+Blue) = 169+205+202=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDCA is #563235. Grayscale: #C1C1C1. Windows color (decimal): -5648950 or 13290921. OLE color: 13290921.

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

Color convert

RGB169205202-
CMYK0.1800.010.20
HSL175º26.47%73.33%-
HSV(B)175º17.56%80.39%-
XYZ48.8556.3664.18-
YUV193.89132.57110.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=29.34%
G=35.59%
B=35.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692052020.1800.010.2017526.4773.33
HexA9CDCA120114af1a49
Octal25131531222012425732111
Binary10101001110011011100101010010011010010101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDCA; }

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

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

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

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

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

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

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

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