#A9DCCE

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

Shades of Scandal #A9DCCE

Tints of Scandal #A9DCCE

Color information

#A9DCCE (or 0xA9DCCE) is unknown color: approx Scandal. HEX triplet: A9, DC and CE. RGB value is (169,220,206). Sum of RGB (Red+Green+Blue) = 169+220+206=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCCE is #562331. Grayscale: #CBCBCB. Windows color (decimal): -5645106 or 13556905. OLE color: 13556905.

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

Color convert

RGB169220206-
CMYK0.2300.060.14
HSL163.53º42.15%76.27%-
HSV(B)163.53º23.18%86.27%-
XYZ53.164.0867.96-
YUV203.16129.6103.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.40%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=28.40%
G=36.97%
B=34.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202060.2300.060.14163.5342.1576.27
HexA9DCCE1706Ea42a4c
Octal25133431627061624452114
Binary1010100111011100110011101011101101110101001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCCE; }

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

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

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

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

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

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

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

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