#A7E1DC

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

Shades of Scandal #A7E1DC

Tints of Scandal #A7E1DC

Color information

#A7E1DC (or 0xA7E1DC) is unknown color: approx Scandal. HEX triplet: A7, E1 and DC. RGB value is (167,225,220). Sum of RGB (Red+Green+Blue) = 167+225+220=612 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.29% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E1DC is #581E23. Grayscale: #CFCFCF. Windows color (decimal): -5774884 or 14475687. OLE color: 14475687.

HSL color Cylindrical-coordinate representation of color #A7E1DC: hue angle of 174.83º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E1DC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB167225220-
CMYK0.2600.020.12
HSL174.83º49.15%76.86%-
HSV(B)174.83º25.78%88.24%-
XYZ55.7867.2377.75-
YUV207.09135.2899.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.29%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=27.29%
G=36.76%
B=35.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672252200.2600.020.12174.8349.1576.86
HexA7E1DC1A02Caf314d
Octal24734133432021425761115
Binary101001111110000111011100110100101100101011111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E1DC; }

 p { color: rgb(167,225,220); }

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

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

 a { background-color: rgb(167,225,220); }

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

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

 span { border-color: rgb(167,225,220); }

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