#A9DFDC

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

Shades of Sinbad #A9DFDC

Tints of Sinbad #A9DFDC

Color information

#A9DFDC (or 0xA9DFDC) is unknown color: approx Sinbad. HEX triplet: A9, DF and DC. RGB value is (169,223,220). Sum of RGB (Red+Green+Blue) = 169+223+220=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DFDC is #562023. Grayscale: #CECECE. Windows color (decimal): -5644324 or 14475177. OLE color: 14475177.

HSL color Cylindrical-coordinate representation of color #A9DFDC: hue angle of 176.67º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DFDC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB169223220-
CMYK0.2400.010.13
HSL176.67º45.76%76.86%-
HSV(B)176.67º24.22%87.45%-
XYZ55.6766.3877.59-
YUV206.51135.61101.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.61%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=27.61%
G=36.44%
B=35.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692232200.2400.010.13176.6745.7676.86
HexA9DFDC1801Db12e4d
Octal25133733430011526156115
Binary10101001110111111101110011000011101101100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DFDC; }

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

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

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

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

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

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

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

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