#A8D9CF

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

Shades of Scandal #A8D9CF

Tints of Scandal #A8D9CF

Color information

#A8D9CF (or 0xA8D9CF) is unknown color: approx Scandal. HEX triplet: A8, D9 and CF. RGB value is (168,217,207). Sum of RGB (Red+Green+Blue) = 168+217+207=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CF is #572630. Grayscale: #C9C9C9. Windows color (decimal): -5711409 or 13621672. OLE color: 13621672.

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

Color convert

RGB168217207-
CMYK0.2300.050.15
HSL167.76º39.2%75.49%-
HSV(B)167.76º22.58%85.1%-
XYZ52.2262.4668.33-
YUV201.21131.27104.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.38%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=28.38%
G=36.66%
B=34.97%

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
Decimal1682172070.2300.050.15167.7639.275.49
HexA8D9CF1705Fa8274b
Octal25033131727051725047113
Binary1010100011011001110011111011101011111101010001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9CF; }

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

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

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

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

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

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

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

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