#A8D6CD

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

Shades of Scandal #A8D6CD

Tints of Scandal #A8D6CD

Color information

#A8D6CD (or 0xA8D6CD) is unknown color: approx Scandal. HEX triplet: A8, D6 and CD. RGB value is (168,214,205). Sum of RGB (Red+Green+Blue) = 168+214+205=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6CD is #572932. Grayscale: #C7C7C7. Windows color (decimal): -5712179 or 13489832. OLE color: 13489832.

HSL color Cylindrical-coordinate representation of color #A8D6CD: hue angle of 168.26º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6CD is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB168214205-
CMYK0.2100.040.16
HSL168.26º35.94%74.9%-
HSV(B)168.26º21.5%83.92%-
XYZ51.2160.8366.8-
YUV199.22131.26105.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.62%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=28.62%
G=36.46%
B=34.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682142050.2100.040.16168.2635.9474.9
HexA8D6CD150410a8244b
Octal25032631525042025044113
Binary10101000110101101100110110101010010000101010001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D6CD; }

 p { color: rgb(168,214,205); }

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

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

 a { background-color: rgb(168,214,205); }

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

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

 span { border-color: rgb(168,214,205); }

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