#A4D6C8

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

Shades of Scandal #A4D6C8

Tints of Scandal #A4D6C8

Color information

#A4D6C8 (or 0xA4D6C8) is unknown color: approx Scandal. HEX triplet: A4, D6 and C8. RGB value is (164,214,200). Sum of RGB (Red+Green+Blue) = 164+214+200=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6C8 is #5B2937. Grayscale: #C5C5C5. Windows color (decimal): -5974328 or 13162148. OLE color: 13162148.

HSL color Cylindrical-coordinate representation of color #A4D6C8: hue angle of 163.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6C8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB164214200-
CMYK0.2300.070.16
HSL163.2º37.88%74.12%-
HSV(B)163.2º23.36%83.92%-
XYZ49.7860.1663.63-
YUV197.45129.44104.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.37%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=28.37%
G=37.02%
B=34.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642142000.2300.070.16163.237.8874.12
HexA4D6C8170710a3264a
Octal24432631027072024346112
Binary10100100110101101100100010111011110000101000111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6C8; }

 p { color: rgb(164,214,200); }

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

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

 a { background-color: rgb(164,214,200); }

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

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

 span { border-color: rgb(164,214,200); }

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