#A1D9C8

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

Shades of Scandal #A1D9C8

Tints of Scandal #A1D9C8

Color information

#A1D9C8 (or 0xA1D9C8) is unknown color: approx Scandal. HEX triplet: A1, D9 and C8. RGB value is (161,217,200). Sum of RGB (Red+Green+Blue) = 161+217+200=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9C8 is #5E2637. Grayscale: #C6C6C6. Windows color (decimal): -6170168 or 13162913. OLE color: 13162913.

HSL color Cylindrical-coordinate representation of color #A1D9C8: hue angle of 161.79º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9C8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB161217200-
CMYK0.2600.080.15
HSL161.79º42.42%74.12%-
HSV(B)161.79º25.81%85.1%-
XYZ49.9461.3763.86-
YUV198.32128.95101.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=27.85%
G=37.54%
B=34.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612172000.2600.080.15161.7942.4274.12
HexA1D9C81A08Fa22a4a
Octal241331310320101724252112
Binary10100001110110011100100011010010001111101000101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9C8; }

 p { color: rgb(161,217,200); }

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

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

 a { background-color: rgb(161,217,200); }

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

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

 span { border-color: rgb(161,217,200); }

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