#A2DFCC

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

Shades of Scandal #A2DFCC

Tints of Scandal #A2DFCC

Color information

#A2DFCC (or 0xA2DFCC) is unknown color: approx Scandal. HEX triplet: A2, DF and CC. RGB value is (162,223,204). Sum of RGB (Red+Green+Blue) = 162+223+204=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFCC is #5D2033. Grayscale: #CACACA. Windows color (decimal): -6103092 or 13426594. OLE color: 13426594.

HSL color Cylindrical-coordinate representation of color #A2DFCC: hue angle of 161.31º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFCC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB162223204-
CMYK0.2700.090.13
HSL161.31º48.8%75.49%-
HSV(B)161.31º27.35%87.45%-
XYZ52.1964.8266.89-
YUV202.59128.7999.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.50%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=27.50%
G=37.86%
B=34.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622232040.2700.090.13161.3148.875.49
HexA2DFCC1B09Da1314b
Octal242337314330111524161113
Binary10100010110111111100110011011010011101101000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DFCC; }

 p { color: rgb(162,223,204); }

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

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

 a { background-color: rgb(162,223,204); }

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

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

 span { border-color: rgb(162,223,204); }

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