#A9DDDC

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

Shades of Sinbad #A9DDDC

Tints of Sinbad #A9DDDC

Color information

#A9DDDC (or 0xA9DDDC) is unknown color: approx Sinbad. HEX triplet: A9, DD and DC. RGB value is (169,221,220). Sum of RGB (Red+Green+Blue) = 169+221+220=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDDC is #562223. Grayscale: #CDCDCD. Windows color (decimal): -5644836 or 14474665. OLE color: 14474665.

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

Color convert

RGB169221220-
CMYK0.2400.000.13
HSL178.85º43.33%76.47%-
HSV(B)178.85º23.53%86.67%-
XYZ55.1465.3277.41-
YUV205.34136.27102.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.70%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=27.70%
G=36.23%
B=36.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692212200.2400.000.13178.8543.3376.47
HexA9DDDC1800Db32b4c
Octal25133533430001526353114
Binary10101001110111011101110011000001101101100111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DDDC; }

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

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

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

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

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

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

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

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