#A9D9CE

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

Shades of Scandal #A9D9CE

Tints of Scandal #A9D9CE

Color information

#A9D9CE (or 0xA9D9CE) is unknown color: approx Scandal. HEX triplet: A9, D9 and CE. RGB value is (169,217,206). Sum of RGB (Red+Green+Blue) = 169+217+206=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9CE is #562631. Grayscale: #C9C9C9. Windows color (decimal): -5645874 or 13556137. OLE color: 13556137.

HSL color Cylindrical-coordinate representation of color #A9D9CE: hue angle of 166.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D9CE is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB169217206-
CMYK0.2200.050.15
HSL166.25º38.71%75.69%-
HSV(B)166.25º22.12%85.1%-
XYZ52.3262.5267.7-
YUV201.39130.6104.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.55%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=28.55%
G=36.66%
B=34.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692172060.2200.050.15166.2538.7175.69
HexA9D9CE1605Fa6274c
Octal25133131626051724647114
Binary1010100111011001110011101011001011111101001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9CE; }

 p { color: rgb(169,217,206); }

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

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

 a { background-color: rgb(169,217,206); }

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

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

 span { border-color: rgb(169,217,206); }

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