#A1DFCC

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

Shades of Scandal #A1DFCC

Tints of Scandal #A1DFCC

Color information

#A1DFCC (or 0xA1DFCC) is unknown color: approx Scandal. HEX triplet: A1, DF and CC. RGB value is (161,223,204). Sum of RGB (Red+Green+Blue) = 161+223+204=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFCC is #5E2033. Grayscale: #CACACA. Windows color (decimal): -6168628 or 13426593. OLE color: 13426593.

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

Color convert

RGB161223204-
CMYK0.2800.090.13
HSL161.61º49.21%75.29%-
HSV(B)161.61º27.8%87.45%-
XYZ51.9864.7166.88-
YUV202.3128.9698.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=27.38%
G=37.93%
B=34.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612232040.2800.090.13161.6149.2175.29
HexA1DFCC1C09Da2314b
Octal241337314340111524261113
Binary10100001110111111100110011100010011101101000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFCC; }

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

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

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

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

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

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

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

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