#A8D9CB

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

Shades of Scandal #A8D9CB

Tints of Scandal #A8D9CB

Color information

#A8D9CB (or 0xA8D9CB) is unknown color: approx Scandal. HEX triplet: A8, D9 and CB. RGB value is (168,217,203). Sum of RGB (Red+Green+Blue) = 168+217+203=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CB is #572634. Grayscale: #C8C8C8. Windows color (decimal): -5711413 or 13359528. OLE color: 13359528.

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

Color convert

RGB168217203-
CMYK0.2300.060.15
HSL162.86º39.2%75.49%-
HSV(B)162.86º22.58%85.1%-
XYZ51.7462.2665.79-
YUV200.75129.27104.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.57%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=28.57%
G=36.90%
B=34.52%

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
Decimal1682172030.2300.060.15162.8639.275.49
HexA8D9CB1706Fa3274b
Octal25033131327061724347113
Binary1010100011011001110010111011101101111101000111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9CB; }

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

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

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

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

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

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

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

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