#A8D8CC

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

Shades of Scandal #A8D8CC

Tints of Scandal #A8D8CC

Color information

#A8D8CC (or 0xA8D8CC) is unknown color: approx Scandal. HEX triplet: A8, D8 and CC. RGB value is (168,216,204). Sum of RGB (Red+Green+Blue) = 168+216+204=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8CC is #572733. Grayscale: #C8C8C8. Windows color (decimal): -5711668 or 13424808. OLE color: 13424808.

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

Color convert

RGB168216204-
CMYK0.2200.060.15
HSL165º38.1%75.29%-
HSV(B)165º22.22%84.71%-
XYZ51.661.866.33-
YUV200.28130.1104.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.57%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=28.57%
G=36.73%
B=34.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682162040.2200.060.1516538.175.29
HexA8D8CC1606Fa5264b
Octal25033031426061724546113
Binary1010100011011000110011001011001101111101001011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D8CC; }

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

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

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

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

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

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

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

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