#A9DCD7

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

Shades of Sinbad #A9DCD7

Tints of Sinbad #A9DCD7

Color information

#A9DCD7 (or 0xA9DCD7) is unknown color: approx Sinbad. HEX triplet: A9, DC and D7. RGB value is (169,220,215). Sum of RGB (Red+Green+Blue) = 169+220+215=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD7 is #562328. Grayscale: #CCCCCC. Windows color (decimal): -5645097 or 14146729. OLE color: 14146729.

HSL color Cylindrical-coordinate representation of color #A9DCD7: hue angle of 174.12º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD7 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB169220215-
CMYK0.2300.020.14
HSL174.12º42.15%76.27%-
HSV(B)174.12º23.18%86.27%-
XYZ54.2264.5373.89-
YUV204.18134.1102.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.98%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=27.98%
G=36.42%
B=35.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202150.2300.020.14174.1242.1576.27
HexA9DCD71702Eae2a4c
Octal25133432727021625652114
Binary101010011101110011010111101110101110101011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCD7; }

 p { color: rgb(169,220,215); }

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

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

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

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

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

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

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