#A8D9CE

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

Shades of Scandal #A8D9CE

Tints of Scandal #A8D9CE

Color information

#A8D9CE (or 0xA8D9CE) is unknown color: approx Scandal. HEX triplet: A8, D9 and CE. RGB value is (168,217,206). Sum of RGB (Red+Green+Blue) = 168+217+206=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CE is #572631. Grayscale: #C9C9C9. Windows color (decimal): -5711410 or 13556136. OLE color: 13556136.

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

Color convert

RGB168217206-
CMYK0.2300.050.15
HSL166.53º39.2%75.49%-
HSV(B)166.53º22.58%85.1%-
XYZ52.162.4167.69-
YUV201.1130.77104.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.43%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=28.43%
G=36.72%
B=34.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682172060.2300.050.15166.5339.275.49
HexA8D9CE1705Fa7274b
Octal25033131627051724747113
Binary1010100011011001110011101011101011111101001111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9CE; }

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

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

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

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

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

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

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

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