#A9DCDA

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

Shades of Sinbad #A9DCDA

Tints of Sinbad #A9DCDA

Color information

#A9DCDA (or 0xA9DCDA) is unknown color: approx Sinbad. HEX triplet: A9, DC and DA. RGB value is (169,220,218). Sum of RGB (Red+Green+Blue) = 169+220+218=607 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.84% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCDA is #562325. Grayscale: #CCCCCC. Windows color (decimal): -5645094 or 14343337. OLE color: 14343337.

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

Color convert

RGB169220218-
CMYK0.2300.010.14
HSL177.65º42.15%76.27%-
HSV(B)177.65º23.18%86.27%-
XYZ54.6164.6875.94-
YUV204.52135.6102.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.84%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=27.84%
G=36.24%
B=35.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202180.2300.010.14177.6542.1576.27
HexA9DCDA1701Eb22a4c
Octal25133433227011626252114
Binary10101001110111001101101010111011110101100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCDA; }

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

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

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

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

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

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

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

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