#A8D9CA

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

Shades of Scandal #A8D9CA

Tints of Scandal #A8D9CA

Color information

#A8D9CA (or 0xA8D9CA) is unknown color: approx Scandal. HEX triplet: A8, D9 and CA. RGB value is (168,217,202). Sum of RGB (Red+Green+Blue) = 168+217+202=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CA is #572635. Grayscale: #C8C8C8. Windows color (decimal): -5711414 or 13293992. OLE color: 13293992.

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

Color convert

RGB168217202-
CMYK0.2300.070.15
HSL161.63º39.2%75.49%-
HSV(B)161.63º22.58%85.1%-
XYZ51.6262.2165.17-
YUV200.64128.77104.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.62%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=28.62%
G=36.97%
B=34.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682172020.2300.070.15161.6339.275.49
HexA8D9CA1707Fa2274b
Octal25033131227071724247113
Binary1010100011011001110010101011101111111101000101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9CA; }

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

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

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

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

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

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

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

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