#A9D8CF

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

Shades of Scandal #A9D8CF

Tints of Scandal #A9D8CF

Color information

#A9D8CF (or 0xA9D8CF) is unknown color: approx Scandal. HEX triplet: A9, D8 and CF. RGB value is (169,216,207). Sum of RGB (Red+Green+Blue) = 169+216+207=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D8CF is #562730. Grayscale: #C8C8C8. Windows color (decimal): -5646129 or 13621417. OLE color: 13621417.

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

Color convert

RGB169216207-
CMYK0.2200.040.15
HSL168.51º37.6%75.49%-
HSV(B)168.51º21.76%84.71%-
XYZ52.1862.0568.26-
YUV200.92131.43105.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.55%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=28.55%
G=36.49%
B=34.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692162070.2200.040.15168.5137.675.49
HexA9D8CF1604Fa9264b
Octal25133031726041725146113
Binary1010100111011000110011111011001001111101010011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D8CF; }

 p { color: rgb(169,216,207); }

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

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

 a { background-color: rgb(169,216,207); }

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

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

 span { border-color: rgb(169,216,207); }

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