#A7D5C8

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

Shades of Scandal #A7D5C8

Tints of Scandal #A7D5C8

Color information

#A7D5C8 (or 0xA7D5C8) is unknown color: approx Scandal. HEX triplet: A7, D5 and C8. RGB value is (167,213,200). Sum of RGB (Red+Green+Blue) = 167+213+200=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5C8 is #582A37. Grayscale: #C5C5C5. Windows color (decimal): -5777976 or 13161895. OLE color: 13161895.

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

Color convert

RGB167213200-
CMYK0.2200.060.16
HSL163.04º35.38%74.51%-
HSV(B)163.04º21.6%83.53%-
XYZ50.1659.9763.58-
YUV197.76129.26106.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.79%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=28.79%
G=36.72%
B=34.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672132000.2200.060.16163.0435.3874.51
HexA7D5C8160610a3234b
Octal24732531026062024343113
Binary10100111110101011100100010110011010000101000111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D5C8; }

 p { color: rgb(167,213,200); }

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

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

 a { background-color: rgb(167,213,200); }

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

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

 span { border-color: rgb(167,213,200); }

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