#A6DFD8

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

Shades of Scandal #A6DFD8

Tints of Scandal #A6DFD8

Color information

#A6DFD8 (or 0xA6DFD8) is unknown color: approx Scandal. HEX triplet: A6, DF and D8. RGB value is (166,223,216). Sum of RGB (Red+Green+Blue) = 166+223+216=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFD8 is #592027. Grayscale: #CDCDCD. Windows color (decimal): -5840936 or 14213030. OLE color: 14213030.

HSL color Cylindrical-coordinate representation of color #A6DFD8: hue angle of 172.63º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFD8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB166223216-
CMYK0.2600.030.13
HSL172.63º47.11%76.27%-
HSV(B)172.63º25.56%87.45%-
XYZ54.5165.8474.8-
YUV205.16134.12100.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=27.44%
G=36.86%
B=35.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662232160.2600.030.13172.6347.1176.27
HexA6DFD81A03Dad2f4c
Octal24633733032031525557114
Binary101001101101111111011000110100111101101011011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFD8; }

 p { color: rgb(166,223,216); }

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

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

 a { background-color: rgb(166,223,216); }

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

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

 span { border-color: rgb(166,223,216); }

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