#A7D8CA

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

Shades of Scandal #A7D8CA

Tints of Scandal #A7D8CA

Color information

#A7D8CA (or 0xA7D8CA) is unknown color: approx Scandal. HEX triplet: A7, D8 and CA. RGB value is (167,216,202). Sum of RGB (Red+Green+Blue) = 167+216+202=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D8CA is #582735. Grayscale: #C7C7C7. Windows color (decimal): -5777206 or 13293735. OLE color: 13293735.

HSL color Cylindrical-coordinate representation of color #A7D8CA: hue angle of 162.86º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D8CA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB167216202-
CMYK0.2300.060.15
HSL162.86º38.58%75.1%-
HSV(B)162.86º22.69%84.71%-
XYZ51.1561.5965.07-
YUV199.75129.27104.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.55%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=28.55%
G=36.92%
B=34.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672162020.2300.060.15162.8638.5875.1
HexA7D8CA1706Fa3274b
Octal24733031227061724347113
Binary1010011111011000110010101011101101111101000111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D8CA; }

 p { color: rgb(167,216,202); }

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

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

 a { background-color: rgb(167,216,202); }

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

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

 span { border-color: rgb(167,216,202); }

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