#A7D8CE

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

Shades of Scandal #A7D8CE

Tints of Scandal #A7D8CE

Color information

#A7D8CE (or 0xA7D8CE) is unknown color: approx Scandal. HEX triplet: A7, D8 and CE. RGB value is (167,216,206). Sum of RGB (Red+Green+Blue) = 167+216+206=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D8CE is #582731. Grayscale: #C8C8C8. Windows color (decimal): -5777202 or 13555879. OLE color: 13555879.

HSL color Cylindrical-coordinate representation of color #A7D8CE: hue angle of 167.76º 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 #A7D8CE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB167216206-
CMYK0.2300.050.15
HSL167.76º38.58%75.1%-
HSV(B)167.76º22.69%84.71%-
XYZ51.6361.7867.6-
YUV200.21131.27104.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.35%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=28.35%
G=36.67%
B=34.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672162060.2300.050.15167.7638.5875.1
HexA7D8CE1705Fa8274b
Octal24733031627051725047113
Binary1010011111011000110011101011101011111101010001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D8CE; }

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

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

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

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

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

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

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

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