#A8D8CE

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

Shades of Scandal #A8D8CE

Tints of Scandal #A8D8CE

Color information

#A8D8CE (or 0xA8D8CE) is unknown color: approx Scandal. HEX triplet: A8, D8 and CE. RGB value is (168,216,206). Sum of RGB (Red+Green+Blue) = 168+216+206=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8CE is #572731. Grayscale: #C8C8C8. Windows color (decimal): -5711666 or 13555880. OLE color: 13555880.

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

Color convert

RGB168216206-
CMYK0.2200.050.15
HSL167.5º38.1%75.29%-
HSV(B)167.5º22.22%84.71%-
XYZ51.8461.8967.61-
YUV200.51131.1104.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.47%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=28.47%
G=36.61%
B=34.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682162060.2200.050.15167.538.175.29
HexA8D8CE1605Fa8264b
Octal25033031626051725046113
Binary1010100011011000110011101011001011111101010001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D8CE; }

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

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

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

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

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

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

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

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