#A8D9CC

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

Shades of Scandal #A8D9CC

Tints of Scandal #A8D9CC

Color information

#A8D9CC (or 0xA8D9CC) is unknown color: approx Scandal. HEX triplet: A8, D9 and CC. RGB value is (168,217,204). Sum of RGB (Red+Green+Blue) = 168+217+204=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CC is #572633. Grayscale: #C8C8C8. Windows color (decimal): -5711412 or 13425064. OLE color: 13425064.

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

Color convert

RGB168217204-
CMYK0.2300.060.15
HSL164.08º39.2%75.49%-
HSV(B)164.08º22.58%85.1%-
XYZ51.8662.3166.42-
YUV200.87129.77104.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.52%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=28.52%
G=36.84%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682172040.2300.060.15164.0839.275.49
HexA8D9CC1706Fa4274b
Octal25033131427061724447113
Binary1010100011011001110011001011101101111101001001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9CC; }

 p { color: rgb(168,217,204); }

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

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

 a { background-color: rgb(168,217,204); }

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

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

 span { border-color: rgb(168,217,204); }

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